public static interface IStarJoin.IStarConstraint<E>
Modifier and Type | Method and Description |
---|---|
IStarJoin.IStarConstraint<E> |
asBound(IBindingSet bindingSet)
Return an as-bound version of this star constraint.
|
void |
bind(IBindingSet bs,
E e)
Adds variable bindings to the supplied binding set based on the
as-bound values of the supplied element.
|
int |
getNumVars()
Return the number of variables used in this star constraint.
|
boolean |
isMatch(E e)
Return true if a particular element matches this star constraint.
|
boolean |
isOptional()
Return true if this star constraint is optional.
|
IStarJoin.IStarConstraint<E> asBound(IBindingSet bindingSet)
bindingSet
- the binding set from which to pull variable bindingsint getNumVars()
boolean isMatch(E e)
e
- the element to testvoid bind(IBindingSet bs, E e)
bs
- the binding set to modifye
- the element from which to pull variable bindingsboolean isOptional()
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.