| Package | Description |
|---|---|
| org.coode.parsers.oppl.testcase | |
| org.coode.parsers.oppl.testcase.assertions |
| Modifier and Type | Field and Description |
|---|---|
AssertionExpression |
OPPLTestCaseTypes.assertionExpression_return.ae |
| Modifier and Type | Class and Description |
|---|---|
class |
BindingNodeCountAssertionExpression
Represents the count of the occurrences a particular set of assignments in
the results of the query.
|
class |
CountAssertionExpression |
class |
CountStarAssertionExpression
Represents the count of the number of binding tuples for the OPPL query.
|
class |
IntegerAssertionExpression
Represents an Integer
|
class |
OWLExpressionAssertionExpression
Represents an OWL Object in an assertion.
|
| Modifier and Type | Method and Description |
|---|---|
AssertionExpression<Integer> |
LessThanEqualToAssertion.getLeft() |
AssertionExpression<Integer> |
LessThanAssertion.getLeft() |
AssertionExpression<Integer> |
GreatThanAssertion.getLeft() |
AssertionExpression<Integer> |
GreaterThanEqualToAssertion.getLeft() |
AssertionExpression<?> |
AssertNotEqual.getLeft() |
AssertionExpression<?> |
AssertEqual.getLeft() |
AssertionExpression<Integer> |
LessThanEqualToAssertion.getRight() |
AssertionExpression<Integer> |
LessThanAssertion.getRight() |
AssertionExpression<Integer> |
GreatThanAssertion.getRight() |
AssertionExpression<Integer> |
GreaterThanEqualToAssertion.getRight() |
AssertionExpression<?> |
AssertNotEqual.getRight() |
AssertionExpression<?> |
AssertEqual.getRight() |
| Modifier and Type | Method and Description |
|---|---|
protected O |
DefaultAssertionExpressionVisitorExAdapter.getDefaultValue(AssertionExpression<?> assertionExpression) |
Copyright © 2014 The University of Manchester. All Rights Reserved.