See: Description
| Interface | Description |
|---|---|
| BooleanValueExpression |
Interface for boolean value expression BOps.
|
| INConstraint.Annotations |
| Class | Description |
|---|---|
| AND |
Imposes the constraint
x AND y. |
| Constraint<X> |
Constraint wraps a BooleanValueExpression. |
| EQ |
Imposes the constraint
x == y. |
| EQConstant |
Imposes the constraint
var == constant. |
| INBinarySearch<T> |
A constraint that a variable may only take on the bindings enumerated by some
set.
|
| INConstraint<T> |
Abstract base class for "IN"
IConstraint implementations. |
| INHashMap<T> |
A constraint that a variable may only take on the bindings enumerated by some
set.
|
| NE |
Imposes the constraint
x != y. |
| NEConstant |
Imposes the constraint
var != constant. |
| OR |
Imposes the constraint
x OR y. |
| TestAll |
Aggregates test suites into increasing dependency order.
|
| TestEQ |
Test suite for
EQ. |
| TestEQConstant |
Unit tests for
EQConstant. |
| TestInBinarySearch |
Unit tests for
INBinarySearch. |
| TestINConstraint |
Unit tests for
INHashMap. |
| TestInHashMap |
Unit tests for
INHashMap. |
| TestNE |
Unit tests for
NE. |
| TestNEConstant |
Unit tests for
NEConstant. |
| TestOR |
Unit tests for
OR. |
This package provides implementations for operators which impose constraints on elements visited by some access path.
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.