Class Bound

java.lang.Object
org.eclipse.rdf4j.query.algebra.AbstractQueryModelNode
org.eclipse.rdf4j.query.algebra.Bound
All Implemented Interfaces:
Serializable, Cloneable, QueryModelNode, ValueExpr, VariableScopeChange

public class Bound extends AbstractQueryModelNode implements ValueExpr
The BOUND function, as defined in SPARQL Query Language for RDF; checks if a variable is bound.
Author:
Arjohn Kampman
See Also: