Package | Description |
---|---|
org.eclipse.rdf4j.federated.util | |
org.eclipse.rdf4j.query.algebra |
Abstract Query Algebra model.
|
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.
|
Modifier and Type | Method and Description |
---|---|
protected static void |
FilterUtils.append(ValueConstant vc,
StringBuilder sb) |
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 |
Clear.getGraph() |
ValueConstant |
Create.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 |
Clear.setGraph(ValueConstant graph) |
void |
Create.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()
Deprecated.
|
ValueConstant |
TupleExprBuilder.visit(org.eclipse.rdf4j.query.parser.sparql.ast.ASTConstTripleRef node,
Object data)
Deprecated.
|
ValueConstant |
TupleExprBuilder.visit(org.eclipse.rdf4j.query.parser.sparql.ast.ASTFalse node,
Object data)
Deprecated.
|
ValueConstant |
TupleExprBuilder.visit(org.eclipse.rdf4j.query.parser.sparql.ast.ASTIRI node,
Object data)
Deprecated.
|
ValueConstant |
TupleExprBuilder.visit(org.eclipse.rdf4j.query.parser.sparql.ast.ASTNumericLiteral node,
Object data)
Deprecated.
|
ValueConstant |
TupleExprBuilder.visit(org.eclipse.rdf4j.query.parser.sparql.ast.ASTRDFLiteral node,
Object data)
Deprecated.
|
ValueConstant |
TupleExprBuilder.visit(org.eclipse.rdf4j.query.parser.sparql.ast.ASTTrue node,
Object data)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
PropertySetElem.setPredicate(ValueConstant predicate)
Deprecated.
|
Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.