Uses of Class
org.eclipse.rdf4j.query.algebra.TripleRef
-
Packages that use TripleRef Package Description org.eclipse.rdf4j.query.algebra Abstract Query Algebra model.org.eclipse.rdf4j.query.algebra.evaluation.impl org.eclipse.rdf4j.query.algebra.helpers org.eclipse.rdf4j.query.parser.sparql The rdf4j SPARQL 1.1 parser. -
-
Uses of TripleRef in org.eclipse.rdf4j.query.algebra
Methods in org.eclipse.rdf4j.query.algebra that return TripleRef Modifier and Type Method Description TripleRef
TripleRef. clone()
Methods in org.eclipse.rdf4j.query.algebra with parameters of type TripleRef Modifier and Type Method Description default void
QueryModelVisitor. meet(TripleRef node)
-
Uses of TripleRef in org.eclipse.rdf4j.query.algebra.evaluation.impl
Methods in org.eclipse.rdf4j.query.algebra.evaluation.impl with parameters of type TripleRef Modifier and Type Method Description CloseableIteration<BindingSet,QueryEvaluationException>
DefaultEvaluationStrategy. evaluate(TripleRef ref, BindingSet bindings)
evaluates a TripleRef node returning bindingsets from the matched Triple nodes in the dataset (or explore standard reification)protected double
EvaluationStatistics.CardinalityCalculator. getCardinality(TripleRef tripleRef)
void
EvaluationStatistics.CardinalityCalculator. meet(TripleRef tripleRef)
protected QueryEvaluationStep
DefaultEvaluationStrategy. prepare(TripleRef ref, QueryEvaluationContext context)
-
Uses of TripleRef in org.eclipse.rdf4j.query.algebra.helpers
Methods in org.eclipse.rdf4j.query.algebra.helpers with parameters of type TripleRef Modifier and Type Method Description void
AbstractQueryModelVisitor. meet(TripleRef node)
void
AbstractSimpleQueryModelVisitor. meet(TripleRef node)
void
StatementPatternVisitor. meet(TripleRef node)
-
Uses of TripleRef in org.eclipse.rdf4j.query.parser.sparql
Methods in org.eclipse.rdf4j.query.parser.sparql with parameters of type TripleRef Modifier and Type Method Description void
TripleRefCollector. meet(TripleRef node)
-