Package | Description |
---|---|
com.bigdata.bop.constraint |
This package provides implementations for operators which impose constraints
on elements visited by some access path.
|
Modifier and Type | Class and Description |
---|---|
class |
INBinarySearch<T>
A constraint that a variable may only take on the bindings enumerated by some
set.
|
class |
INHashMap<T>
A constraint that a variable may only take on the bindings enumerated by some
set.
|
Modifier and Type | Method and Description |
---|---|
protected INConstraint |
TestInHashMap.newINConstraint(IVariable<?> var,
IConstant<?>[] vals) |
protected abstract INConstraint |
TestINConstraint.newINConstraint(IVariable<?> var,
IConstant<?>[] vals) |
protected INConstraint |
TestInBinarySearch.newINConstraint(IVariable<?> var,
IConstant<?>[] vals) |
Constructor and Description |
---|
INConstraint(INConstraint<T> op) |
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.