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.
-
Uses of ValueConstant in org.eclipse.rdf4j.federated.util
Methods in org.eclipse.rdf4j.federated.util with parameters of type ValueConstantModifier and TypeMethodDescriptionprotected static void
FilterUtils.append(ValueConstant vc, StringBuilder sb)
-
Uses of ValueConstant in org.eclipse.rdf4j.query.algebra
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 TypeMethodDescriptionStrictEvaluationStrategy.evaluate(ValueConstant valueConstant, BindingSet bindings)
Deprecated, for removal: This API element is subject to removal in a future version.protected QueryValueEvaluationStep
StrictEvaluationStrategy.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 ValueConstant -
Uses of ValueConstant in org.eclipse.rdf4j.query.parser.sparql
Methods in org.eclipse.rdf4j.query.parser.sparql that return ValueConstantModifier 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)
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 ValueConstant