Uses of Class
org.eclipse.rdf4j.query.algebra.ValueConstant
Packages that use ValueConstant
Package
Description
Abstract Query Algebra model.
The rdf4j SPARQL 1.1 parser.
This package contains classes for rendering RDF4J query objects as SPARQL queries.
See discussion at https://github.com/eclipse/rdf4j/issues/1262
-
Uses of ValueConstant in org.eclipse.rdf4j.query.algebra
Fields in org.eclipse.rdf4j.query.algebra declared as ValueConstantModifier and TypeFieldDescriptionprivate ValueConstant
Add.destinationGraph
private ValueConstant
Copy.destinationGraph
private ValueConstant
Move.destinationGraph
private ValueConstant
Clear.graph
private ValueConstant
Create.graph
private ValueConstant
Load.graph
private ValueConstant
Load.source
private ValueConstant
Add.sourceGraph
private ValueConstant
Copy.sourceGraph
private ValueConstant
Move.sourceGraph
Methods in org.eclipse.rdf4j.query.algebra that return ValueConstantModifier 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.Methods in org.eclipse.rdf4j.query.algebra with parameters of type ValueConstantModifier 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) Constructors in org.eclipse.rdf4j.query.algebra with parameters of type ValueConstantModifierConstructorDescriptionAdd
(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
Constructors in org.eclipse.rdf4j.query.algebra.evaluation with parameters of type ValueConstant -
Uses of ValueConstant in org.eclipse.rdf4j.query.algebra.evaluation.impl
Methods in org.eclipse.rdf4j.query.algebra.evaluation.impl with parameters of type ValueConstantModifier 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
Methods in org.eclipse.rdf4j.query.algebra.helpers with parameters of type ValueConstantModifier 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
Fields in org.eclipse.rdf4j.query.parser.sparql declared as ValueConstantMethods in org.eclipse.rdf4j.query.parser.sparql that return ValueConstantModifier and TypeMethodDescriptionPropertySetElem.getPredicate()
TupleExprBuilder.visit
(ASTConstTripleRef node, Object data) TupleExprBuilder.visit
(ASTNumericLiteral node, Object data) TupleExprBuilder.visit
(ASTRDFLiteral node, Object data) Methods in org.eclipse.rdf4j.query.parser.sparql with parameters of type ValueConstant -
Uses of ValueConstant in org.eclipse.rdf4j.queryrender.sparql
Methods in org.eclipse.rdf4j.queryrender.sparql with parameters of type ValueConstantModifier and TypeMethodDescriptionvoid
SparqlTupleExprRenderer.meet
(ValueConstant node) void
SparqlValueExprRenderer.meet
(ValueConstant theVal) -
Uses of ValueConstant in org.eclipse.rdf4j.queryrender.sparql.experimental
Methods in org.eclipse.rdf4j.queryrender.sparql.experimental with parameters of type ValueConstantModifier and TypeMethodDescriptionvoid
ParsedQueryPreprocessor.meet
(ValueConstant node) void
PreprocessedQuerySerializer.meet
(ValueConstant node) -
Uses of ValueConstant in org.eclipse.rdf4j.spin
Methods in org.eclipse.rdf4j.spin with parameters of type ValueConstant