Uses of Interface
org.eclipse.rdf4j.federated.algebra.FedXTupleExpr
-
Packages that use FedXTupleExpr Package Description org.eclipse.rdf4j.federated.algebra -
-
Uses of FedXTupleExpr in org.eclipse.rdf4j.federated.algebra
Subinterfaces of FedXTupleExpr in org.eclipse.rdf4j.federated.algebra Modifier and Type Interface Description interface
ExclusiveTupleExpr
Interface representing nodes that can exclusively be evaluated at a singleStatementSource
.interface
ExclusiveTupleExprRenderer
A specialization ofExclusiveTupleExpr
which provides definitions how the expressions can be rendered to a sub-query.interface
StatementTupleExpr
Interface for any expression that can be evaluatedClasses in org.eclipse.rdf4j.federated.algebra that implement FedXTupleExpr Modifier and Type Class Description class
CheckStatementPattern
A statement pattern with no free variables when provided with some particular BindingSet in evaluate.class
ExclusiveArbitraryLengthPath
AnArbitraryLengthPath
node which can be evaluated at a single node.class
ExclusiveGroup
Represents a group ofExclusiveTupleExpr
that can only produce results at a single endpoint, theStatementSource
.class
ExclusiveStatement
Represents a StatementPattern that can only produce results at a single endpoint, the owner.class
FedXStatementPattern
Base class providing all common functionality for FedX StatementPatternsclass
PassThroughTupleExpr
MarkerTupleExpr
that is used fromFedXTupleQuery.evaluate(TupleQueryResultHandler)
to allow for passing through of results to the handler.class
StatementSourcePattern
Represents statements that can produce results at a some particular endpoints, the statement sources.
-