Uses of Class
org.eclipse.rdf4j.query.algebra.ValueConstant
-
Packages that use ValueConstant Package Description org.eclipse.rdf4j.query.algebra Abstract Query Algebra model.org.eclipse.rdf4j.query.algebra.evaluation org.eclipse.rdf4j.query.algebra.evaluation.impl org.eclipse.rdf4j.query.algebra.helpers org.eclipse.rdf4j.query.parser.sparql The rdf4j SPARQL 1.1 parser.org.eclipse.rdf4j.queryrender.sparql org.eclipse.rdf4j.queryrender.sparql.experimental This package contains classes for rendering RDF4J query objects as SPARQL queries.org.eclipse.rdf4j.spin 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 ValueConstant Modifier and Type Field Description private 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 ValueConstant Modifier and Type Method Description ValueConstantValueConstant. clone()ValueConstantAdd. getDestinationGraph()The named graph to which to add.ValueConstantCopy. getDestinationGraph()The named graph to which to copy.ValueConstantMove. getDestinationGraph()The named graph to which to copy.ValueConstantClear. getGraph()ValueConstantCreate. getGraph()ValueConstantLoad. getGraph()ValueConstantLoad. getSource()ValueConstantAdd. getSourceGraph()The named graph from which to add.ValueConstantCopy. getSourceGraph()The named graph from which to copy.ValueConstantMove. getSourceGraph()The named graph from which to copy.Methods in org.eclipse.rdf4j.query.algebra with parameters of type ValueConstant Modifier and Type Method Description voidQueryModelVisitor. 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 ValueConstant Constructor Description Add(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 Constructor Description ConstantQueryValueEvaluationStep(ValueConstant 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 ValueConstant Modifier and Type Method Description ValueDefaultEvaluationStrategy. 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 ValueConstant Modifier and Type Method Description voidAbstractQueryModelVisitor. 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 ValueConstant Modifier and Type Field Description private ValueConstantPropertySetElem. predicateMethods in org.eclipse.rdf4j.query.parser.sparql that return ValueConstant Modifier and Type Method Description ValueConstantPropertySetElem. getPredicate()ValueConstantTupleExprBuilder. visit(ASTConstTripleRef node, java.lang.Object data)ValueConstantTupleExprBuilder. visit(ASTFalse node, java.lang.Object data)ValueConstantTupleExprBuilder. visit(ASTIRI node, java.lang.Object data)ValueConstantTupleExprBuilder. visit(ASTNumericLiteral node, java.lang.Object data)ValueConstantTupleExprBuilder. visit(ASTRDFLiteral node, java.lang.Object data)ValueConstantTupleExprBuilder. visit(ASTTrue node, java.lang.Object data)Methods in org.eclipse.rdf4j.query.parser.sparql with parameters of type ValueConstant Modifier and Type Method Description voidPropertySetElem. setPredicate(ValueConstant predicate) -
Uses of ValueConstant in org.eclipse.rdf4j.queryrender.sparql
Methods in org.eclipse.rdf4j.queryrender.sparql with parameters of type ValueConstant Modifier and Type Method Description voidSparqlTupleExprRenderer. 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 ValueConstant Modifier and Type Method Description voidParsedQueryPreprocessor. 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 Modifier and Type Method Description voidSpinRenderer.SpinVisitor. meet(ValueConstant node)
-