Package | Description |
---|---|
org.eclipse.rdf4j.query.algebra |
Query Algebra
|
org.eclipse.rdf4j.query.algebra.evaluation.impl | |
org.eclipse.rdf4j.query.algebra.helpers | |
org.eclipse.rdf4j.query.parser.sparql |
The
SPARQL
query engine.
|
Modifier and Type | Method and Description |
---|---|
ValueConstant |
ValueConstant.clone() |
ValueConstant |
Move.getDestinationGraph()
The named graph to which to copy.
|
ValueConstant |
Copy.getDestinationGraph()
The named graph to which to copy.
|
ValueConstant |
Add.getDestinationGraph()
The named graph to which to add.
|
ValueConstant |
Load.getGraph() |
ValueConstant |
Create.getGraph() |
ValueConstant |
Clear.getGraph() |
ValueConstant |
Load.getSource() |
ValueConstant |
Move.getSourceGraph()
The named graph from which to copy.
|
ValueConstant |
Copy.getSourceGraph()
The named graph from which to copy.
|
ValueConstant |
Add.getSourceGraph()
The named graph from which to add.
|
Modifier and Type | Method and Description |
---|---|
void |
QueryModelVisitor.meet(ValueConstant node) |
void |
Move.setDestinationGraph(ValueConstant destinationGraph) |
void |
Copy.setDestinationGraph(ValueConstant destinationGraph) |
void |
Add.setDestinationGraph(ValueConstant destinationGraph) |
void |
Load.setGraph(ValueConstant graph) |
void |
Create.setGraph(ValueConstant graph) |
void |
Clear.setGraph(ValueConstant graph) |
void |
Load.setSource(ValueConstant source) |
void |
Move.setSourceGraph(ValueConstant graph) |
void |
Copy.setSourceGraph(ValueConstant graph) |
void |
Add.setSourceGraph(ValueConstant graph) |
Constructor and Description |
---|
Add(ValueConstant graph) |
Clear(ValueConstant graph) |
Copy(ValueConstant graph) |
Create(ValueConstant graph) |
Load(ValueConstant source) |
Move(ValueConstant graph) |
Modifier and Type | Method and Description |
---|---|
Value |
StrictEvaluationStrategy.evaluate(ValueConstant valueConstant,
BindingSet bindings) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractQueryModelVisitor.meet(ValueConstant node) |
Modifier and Type | Method and Description |
---|---|
ValueConstant |
PropertySetElem.getPredicate() |
ValueConstant |
TupleExprBuilder.visit(ASTFalse node,
Object data) |
ValueConstant |
TupleExprBuilder.visit(ASTIRI node,
Object data) |
ValueConstant |
TupleExprBuilder.visit(ASTNumericLiteral node,
Object data) |
ValueConstant |
TupleExprBuilder.visit(ASTRDFLiteral node,
Object data) |
ValueConstant |
TupleExprBuilder.visit(ASTTrue node,
Object data) |
Modifier and Type | Method and Description |
---|---|
void |
PropertySetElem.setPredicate(ValueConstant predicate) |
Copyright © 2015-2019 Eclipse Foundation. All Rights Reserved.