Uses of Class
org.eclipse.rdf4j.query.algebra.helpers.AbstractQueryModelVisitor
-
Packages that use AbstractQueryModelVisitor Package Description org.eclipse.rdf4j.query.algebra.helpers org.eclipse.rdf4j.query.algebra.helpers.collectors -
-
Uses of AbstractQueryModelVisitor in org.eclipse.rdf4j.query.algebra.helpers
Subclasses of AbstractQueryModelVisitor in org.eclipse.rdf4j.query.algebra.helpers Modifier and Type Class Description classQueryModelTreePrinterQueryModelVisitor implementation that "prints" a tree representation of a query model.classQueryModelTreeToGenericPlanNodeConvert TupleExpr (QueryModelNode) to GenericPlanNode for the Query.explain(...) feature. -
Uses of AbstractQueryModelVisitor in org.eclipse.rdf4j.query.algebra.helpers.collectors
Subclasses of AbstractQueryModelVisitor in org.eclipse.rdf4j.query.algebra.helpers.collectors Modifier and Type Class Description classBGPCollector<X extends Exception>Basic graph pattern collector.
-