Uses of Class
org.eclipse.rdf4j.query.algebra.ValueConstant
Package
Description
Abstract Query Algebra model.
The rdf4j SPARQL 1.1 parser.
-
Uses of ValueConstant in org.eclipse.rdf4j.federated.util
Modifier and TypeMethodDescriptionprotected static void
FilterUtils.append
(ValueConstant vc, StringBuilder sb) -
Uses of ValueConstant in org.eclipse.rdf4j.query.algebra
Modifier and TypeMethodDescriptionValueConstant.clone()
Add.getDestinationGraph()
The named graph to which to add.Copy.getDestinationGraph()
The named graph to which to copy.Move.getDestinationGraph()
The named graph to which to copy.Clear.getGraph()
Create.getGraph()
Load.getGraph()
Load.getSource()
Add.getSourceGraph()
The named graph from which to add.Copy.getSourceGraph()
The named graph from which to copy.Move.getSourceGraph()
The named graph from which to copy.Modifier and TypeMethodDescriptionvoid
QueryModelVisitor.meet
(ValueConstant node) void
Add.setDestinationGraph
(ValueConstant destinationGraph) void
Copy.setDestinationGraph
(ValueConstant destinationGraph) void
Move.setDestinationGraph
(ValueConstant destinationGraph) void
Clear.setGraph
(ValueConstant graph) void
Create.setGraph
(ValueConstant graph) void
Load.setGraph
(ValueConstant graph) void
Load.setSource
(ValueConstant source) void
Add.setSourceGraph
(ValueConstant graph) void
Copy.setSourceGraph
(ValueConstant graph) void
Move.setSourceGraph
(ValueConstant graph) ModifierConstructorDescriptionAdd
(ValueConstant graph) Clear
(ValueConstant graph) Copy
(ValueConstant graph) Create
(ValueConstant graph) Load
(ValueConstant source) Move
(ValueConstant graph) -
Uses of ValueConstant in org.eclipse.rdf4j.query.algebra.evaluation
-
Uses of ValueConstant in org.eclipse.rdf4j.query.algebra.evaluation.impl
Modifier and TypeMethodDescriptionDefaultEvaluationStrategy.evaluate
(ValueConstant valueConstant, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.protected QueryValueEvaluationStep
DefaultEvaluationStrategy.prepare
(ValueConstant valueConstant, QueryEvaluationContext context) -
Uses of ValueConstant in org.eclipse.rdf4j.query.algebra.helpers
Modifier and TypeMethodDescriptionvoid
AbstractQueryModelVisitor.meet
(ValueConstant node) void
AbstractSimpleQueryModelVisitor.meet
(ValueConstant node) void
StatementPatternVisitor.meet
(ValueConstant node) -
Uses of ValueConstant in org.eclipse.rdf4j.query.parser.sparql
Modifier and TypeMethodDescriptionPropertySetElem.getPredicate()
TupleExprBuilder.visit
(org.eclipse.rdf4j.query.parser.sparql.ast.ASTConstTripleRef node, Object data) TupleExprBuilder.visit
(org.eclipse.rdf4j.query.parser.sparql.ast.ASTNumericLiteral node, Object data) -
Uses of ValueConstant in org.eclipse.rdf4j.queryrender.sparql