| Interface | Description |
|---|---|
| Assertion |
An assertion is a test on the results of a query contained in an OPPLTestCase
|
| AssertionExpression<T> |
An expression that could be used as an argument in Assertions.
|
| AssertionExpressionVisitor |
Visitor pattern for AssertionExpression.
|
| AssertionExpressionVisitorEx<O> |
Visitor pattern for AssertionExpression, with return values.
|
| AssertionVisitor |
Visitor pattern for the hierarchy rooted in
Assertion. |
| AssertionVisitorEx<O> |
Visitor pattern for the hierarchy rooted in
Assertion with a return
value. |
| Class | Description |
|---|---|
| AssertContains |
Asserts that the bindings of a Variable contain a specified value.
|
| AssertEqual |
Asserts that the expression on the left is equal to the one on the right.
|
| AssertionComplement | |
| AssertNotEqual |
Asserts that the expression on the left is not equal to the one on the right.
|
| BindingNodeCountAssertionExpression |
Represents the count of the occurrences a particular set of assignments in
the results of the query.
|
| CountAssertionExpression | |
| CountStarAssertionExpression |
Represents the count of the number of binding tuples for the OPPL query.
|
| DefaultAssertionExpressionVisitorExAdapter<O> |
Adapter that implements a default behaviour that can be overridden where
desired.
|
| GreaterThanEqualToAssertion |
Represents the assertion that the left hand side is less than the right hand
side
|
| GreatThanAssertion |
Represents the assertion that the left hand side is less than the right hand
side
|
| IntegerAssertionExpression |
Represents an Integer
|
| LessThanAssertion |
Represents the assertion that the left hand side is less than the right hand
side
|
| LessThanEqualToAssertion |
Represents the assertion that the left hand side is less than the right hand
side
|
| OWLExpressionAssertionExpression |
Represents an OWL Object in an assertion.
|
Copyright © 2014 The University of Manchester. All Rights Reserved.