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 ValueConstantAdd.destinationGraphprivate ValueConstantCopy.destinationGraphprivate ValueConstantMove.destinationGraphprivate ValueConstantClear.graphprivate ValueConstantCreate.graphprivate ValueConstantLoad.graphprivate ValueConstantLoad.sourceprivate ValueConstantAdd.sourceGraphprivate ValueConstantCopy.sourceGraphprivate ValueConstantMove.sourceGraphMethods 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 TypeMethodDescriptionvoidQueryModelVisitor.meet(ValueConstant node) voidAdd.setDestinationGraph(ValueConstant destinationGraph) voidCopy.setDestinationGraph(ValueConstant destinationGraph) voidMove.setDestinationGraph(ValueConstant destinationGraph) voidClear.setGraph(ValueConstant graph) voidCreate.setGraph(ValueConstant graph) voidLoad.setGraph(ValueConstant graph) voidLoad.setSource(ValueConstant source) voidAdd.setSourceGraph(ValueConstant graph) voidCopy.setSourceGraph(ValueConstant graph) voidMove.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 QueryValueEvaluationStepDefaultEvaluationStrategy.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 TypeMethodDescriptionvoidAbstractQueryModelVisitor.meet(ValueConstant node) voidAbstractSimpleQueryModelVisitor.meet(ValueConstant node) voidStatementPatternVisitor.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 TypeMethodDescriptionvoidSparqlTupleExprRenderer.meet(ValueConstant node) voidSparqlValueExprRenderer.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 TypeMethodDescriptionvoidParsedQueryPreprocessor.meet(ValueConstant node) voidPreprocessedQuerySerializer.meet(ValueConstant node) -
Uses of ValueConstant in org.eclipse.rdf4j.spin
Methods in org.eclipse.rdf4j.spin with parameters of type ValueConstant