| Package | Description |
|---|---|
| org.da.sparqlhelper.sparql.model |
Contains the classes which model the structure of a SPARQL constructs.
|
| Modifier and Type | Field and Description |
|---|---|
protected Variable |
SelectItem.var
The associated variable.
|
| Modifier and Type | Method and Description |
|---|---|
Variable |
SelectForm.addSelectVariable(SelectExpression selectExpr)
Add a variable for a select expression.
|
Variable |
SparqlRequest.addSelectVariable(SelectExpression selectExpr)
Add a variable for a select expression.
|
Variable |
ValueList.addVariable(java.lang.String name) |
default Variable |
TripleElement.asVariable() |
Variable |
Variable.asVariable() |
static Variable |
TripleElement.createVariable(java.lang.String name) |
Variable |
SelectItem.getVariable()
Return the item associated variable.
|
Variable |
WhereType.getVariable() |
Variable |
SelectExpression.setVariable(java.lang.String varName)
Set the item associated variable.
|
Variable |
SelectItem.setVariable(java.lang.String varName)
Set the item associated variable.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,Variable> |
ISparqlRequestGroup.getAdditionalVars()
Return the additional variables.
|
java.util.Map<java.lang.String,Variable> |
SparqlRequest.getAdditionalVars()
Return the additional variables.
|
java.util.Map<java.lang.String,Variable> |
SparqlRequestGroup.getAdditionalVars()
Return the additional variables.
|
java.util.List<Variable> |
ValueList.getVariables() |
java.util.Map<java.lang.String,Variable> |
ValueList.getVariablesMap() |
| Modifier and Type | Method and Description |
|---|---|
void |
ValueList.addVariable(Variable var) |
protected void |
AbstractSparqlRequest.appendTypeExpression(java.lang.StringBuilder buf,
Variable elt,
WhereType type)
Append a type expression.
|
void |
SelectItem.setVariable(Variable var)
Set the item associated variable.
|
| Constructor and Description |
|---|
SelectItem(Variable var) |
SelectVariable(Variable var) |
Copyright © 2025 Dassault Aviation. All Rights Reserved. Documentation and source under the LGPL v3 licence