Uses of Class
org.eclipse.rdf4j.query.algebra.ArbitraryLengthPath
-
Packages that use ArbitraryLengthPath 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.queryrender.sparql org.eclipse.rdf4j.queryrender.sparql.experimental This package contains classes for rendering RDF4J query objects as SPARQL queries. -
-
Uses of ArbitraryLengthPath in org.eclipse.rdf4j.query.algebra
Methods in org.eclipse.rdf4j.query.algebra that return ArbitraryLengthPath Modifier and Type Method Description ArbitraryLengthPath
ArbitraryLengthPath. clone()
Methods in org.eclipse.rdf4j.query.algebra with parameters of type ArbitraryLengthPath Modifier and Type Method Description void
QueryModelVisitor. meet(ArbitraryLengthPath node)
-
Uses of ArbitraryLengthPath in org.eclipse.rdf4j.query.algebra.evaluation.impl
Methods in org.eclipse.rdf4j.query.algebra.evaluation.impl with parameters of type ArbitraryLengthPath Modifier and Type Method Description CloseableIteration<BindingSet,QueryEvaluationException>
DefaultEvaluationStrategy. evaluate(ArbitraryLengthPath alp, BindingSet bindings)
Deprecated, for removal: This API element is subject to removal in a future version.void
EvaluationStatistics.CardinalityCalculator. meet(ArbitraryLengthPath node)
protected QueryEvaluationStep
DefaultEvaluationStrategy. prepare(ArbitraryLengthPath alp, QueryEvaluationContext context)
-
Uses of ArbitraryLengthPath in org.eclipse.rdf4j.query.algebra.helpers
Methods in org.eclipse.rdf4j.query.algebra.helpers with parameters of type ArbitraryLengthPath Modifier and Type Method Description void
AbstractQueryModelVisitor. meet(ArbitraryLengthPath node)
void
AbstractSimpleQueryModelVisitor. meet(ArbitraryLengthPath node)
void
StatementPatternVisitor. meet(ArbitraryLengthPath node)
-
Uses of ArbitraryLengthPath in org.eclipse.rdf4j.queryrender.sparql
Methods in org.eclipse.rdf4j.queryrender.sparql with parameters of type ArbitraryLengthPath Modifier and Type Method Description void
SparqlTupleExprRenderer. meet(ArbitraryLengthPath node)
-
Uses of ArbitraryLengthPath in org.eclipse.rdf4j.queryrender.sparql.experimental
Methods in org.eclipse.rdf4j.queryrender.sparql.experimental with parameters of type ArbitraryLengthPath Modifier and Type Method Description void
ParsedQueryPreprocessor. meet(ArbitraryLengthPath node)
void
PreprocessedQuerySerializer. meet(ArbitraryLengthPath node)
void
PropertyPathSerializer. meet(ArbitraryLengthPath node)
java.lang.String
PropertyPathSerializer. serialize(ArbitraryLengthPath path, AbstractSerializableParsedQuery currentQueryProfile)
-