Uses of Class
org.eclipse.rdf4j.query.algebra.ValueConstant
-
Packages that use ValueConstant Package Description org.eclipse.rdf4j.federated.util 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 -
-
Uses of ValueConstant in org.eclipse.rdf4j.federated.util
Methods in org.eclipse.rdf4j.federated.util with parameters of type ValueConstant Modifier and Type Method Description protected 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 ValueConstant Modifier and Type Method Description ValueConstant
ValueConstant. clone()
ValueConstant
Add. getDestinationGraph()
The named graph to which to add.ValueConstant
Copy. getDestinationGraph()
The named graph to which to copy.ValueConstant
Move. getDestinationGraph()
The named graph to which to copy.ValueConstant
Clear. getGraph()
ValueConstant
Create. getGraph()
ValueConstant
Load. getGraph()
ValueConstant
Load. getSource()
ValueConstant
Add. getSourceGraph()
The named graph from which to add.ValueConstant
Copy. getSourceGraph()
The named graph from which to copy.ValueConstant
Move. 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 void
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 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 Value
StrictEvaluationStrategy. 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 Modifier and Type Method Description void
AbstractQueryModelVisitor. meet(ValueConstant node)
void
AbstractSimpleQueryModelVisitor. meet(ValueConstant node)
void
StatementPatternVisitor. meet(ValueConstant node)
-
Uses of ValueConstant in org.eclipse.rdf4j.query.parser.sparql
Methods in org.eclipse.rdf4j.query.parser.sparql that return ValueConstant Modifier and Type Method Description ValueConstant
PropertySetElem. getPredicate()
ValueConstant
TupleExprBuilder. visit(org.eclipse.rdf4j.query.parser.sparql.ast.ASTConstTripleRef node, Object data)
ValueConstant
TupleExprBuilder. visit(org.eclipse.rdf4j.query.parser.sparql.ast.ASTFalse node, Object data)
ValueConstant
TupleExprBuilder. visit(org.eclipse.rdf4j.query.parser.sparql.ast.ASTIRI node, Object data)
ValueConstant
TupleExprBuilder. visit(org.eclipse.rdf4j.query.parser.sparql.ast.ASTNumericLiteral node, Object data)
ValueConstant
TupleExprBuilder. visit(org.eclipse.rdf4j.query.parser.sparql.ast.ASTRDFLiteral node, Object data)
ValueConstant
TupleExprBuilder. visit(org.eclipse.rdf4j.query.parser.sparql.ast.ASTTrue node, Object data)
Methods in org.eclipse.rdf4j.query.parser.sparql with parameters of type ValueConstant Modifier and Type Method Description void
PropertySetElem. 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 void
SparqlTupleExprRenderer. meet(ValueConstant node)
-