| Name | Description | Type | Package | Framework |
| AND | Imposes the constraint x AND y. | Class | com.bigdata.bop.constraint | BlazeGraph |
| BooleanValueExpression | Interface for boolean value expression BOps. | Interface | com.bigdata.bop.constraint | BlazeGraph |
| Constraint | Constraint wraps a BooleanValueExpression. | Class | com.bigdata.bop.constraint | BlazeGraph |
| EQ | Imposes the constraint x == y. | Class | com.bigdata.bop.constraint | BlazeGraph |
| EQConstant | Imposes the constraint var == constant. | Class | com.bigdata.bop.constraint | BlazeGraph |
| INBinarySearch | A constraint that a variable may only take on the bindings enumerated by someVersion:$Id$Author:Bryan ThompsonSee Also:Serialized Form | Class | com.bigdata.bop.constraint | BlazeGraph |
| INConstraint | Abstract base class for "IN" IConstraint implementations. | Class | com.bigdata.bop.constraint | BlazeGraph |
| INConstraint .Annotations | Interface | com.bigdata.bop.constraint | BlazeGraph | |
| INHashMap | A constraint that a variable may only take on the bindings enumerated by someVersion:$Id$Author:Bryan ThompsonSee Also:Serialized Form | Class | com.bigdata.bop.constraint | BlazeGraph |
| NE | Imposes the constraint x != y. | Class | com.bigdata.bop.constraint | BlazeGraph |
| NEConstant | Imposes the constraint var != constant. | Class | com.bigdata.bop.constraint | BlazeGraph |
| OR | Imposes the constraint x OR y. | Class | com.bigdata.bop.constraint | BlazeGraph |
| TestAll | Aggregates test suites into increasing dependency order. | Class | com.bigdata.bop.constraint | BlazeGraph |
| TestEQ | Class | com.bigdata.bop.constraint | BlazeGraph | |
| TestEQConstant | Unit tests for EQConstant. | Class | com.bigdata.bop.constraint | BlazeGraph |
| TestInBinarySearch | Unit tests for INBinarySearch. | Class | com.bigdata.bop.constraint | BlazeGraph |
| TestINConstraint | Unit tests for INHashMap. | Class | com.bigdata.bop.constraint | BlazeGraph |
| TestInHashMap | Unit tests for INHashMap. | Class | com.bigdata.bop.constraint | BlazeGraph |
| TestNE | Class | com.bigdata.bop.constraint | BlazeGraph | |
| TestNEConstant | Unit tests for NEConstant. | Class | com.bigdata.bop.constraint | BlazeGraph |
| TestOR | Class | com.bigdata.bop.constraint | BlazeGraph | |