Class SingletonSet

java.lang.Object
org.eclipse.rdf4j.query.algebra.AbstractQueryModelNode
org.eclipse.rdf4j.query.algebra.SingletonSet
All Implemented Interfaces:
Serializable, Cloneable, GraphPatternGroupable, QueryModelNode, TupleExpr, VariableScopeChange

public class SingletonSet extends AbstractQueryModelNode implements TupleExpr
A tuple expression that contains exactly one solution with zero bindings.
See Also: