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