| Package | Description |
|---|---|
| com.bigdata.bop.constraint |
This package provides implementations for operators which impose constraints
on elements visited by some access path.
|
| com.bigdata.rdf.internal.constraints | |
| com.bigdata.rdf.rules |
| Class and Description |
|---|
| AND
Imposes the constraint
x AND y. |
| BooleanValueExpression
Interface for boolean value expression BOps.
|
Constraint
Constraint wraps a BooleanValueExpression. |
| EQ
Imposes the constraint
x == y. |
| EQConstant
Imposes the constraint
var == constant. |
| INBinarySearch
A constraint that a variable may only take on the bindings enumerated by some
set.
|
| INConstraint
Abstract base class for "IN"
IConstraint implementations. |
| INHashMap
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. |
| TestINConstraint
Unit tests for
INHashMap. |
| Class and Description |
|---|
| BooleanValueExpression
Interface for boolean value expression BOps.
|
Constraint
Constraint wraps a BooleanValueExpression. |
| Class and Description |
|---|
| BooleanValueExpression
Interface for boolean value expression BOps.
|
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.