Class ExclusiveGroup

java.lang.Object
org.eclipse.rdf4j.query.algebra.AbstractQueryModelNode
org.eclipse.rdf4j.federated.algebra.ExclusiveGroup
All Implemented Interfaces:
Serializable, Cloneable, ExclusiveTupleExpr, FedXTupleExpr, FilterTuple, QueryRef, StatementTupleExpr, VariableExpr, GraphPatternGroupable, QueryModelNode, TupleExpr, VariableScopeChange

public class ExclusiveGroup extends AbstractQueryModelNode implements StatementTupleExpr, FilterTuple, ExclusiveTupleExpr
Represents a group of ExclusiveTupleExpr that can only produce results at a single endpoint, the StatementSource.
Author:
Andreas Schwarte
See Also: