| 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 java.util.List<WhereExpression> |
AbstractSparqVariableFormExpression.whereTypes |
| Modifier and Type | Method and Description |
|---|---|
default OperationResult<WhereExpression> |
ISparqlRequestGroup.addLabel(java.lang.String var,
java.lang.String type)
Add a rdfs:label matching declaration in the WHERE part of the request.
|
OperationResult<WhereExpression> |
AbstractSparqVariableFormExpression.addLabel(java.lang.String var,
TripleElement type)
Add a rdfs:label matching declaration.
|
OperationResult<WhereExpression> |
ISparqVariableFormExpression.addLabel(java.lang.String var,
TripleElement type)
Add a rdfs:label matching declaration.
|
OperationResult<WhereExpression> |
ISparqlRequestGroup.addLabel(java.lang.String var,
TripleElement element)
Add a rdfs:label matching declaration in the WHERE part of the request.
|
OperationResult<WhereExpression> |
SparqlRequest.addLabel(java.lang.String var,
TripleElement type)
Add a rdfs:label matching declaration in the WHERE part of the request.
|
OperationResult<WhereExpression> |
SparqlRequestGroup.addLabel(java.lang.String var,
TripleElement type)
Add a rdfs:label matching declaration in the WHERE part of the request.
|
OperationResult<WhereExpression> |
AbstractSparqVariableFormExpression.addLabel(VariableOrIRI varOrIRI,
TripleElement type)
Add a rdfs:label matching declaration.
|
OperationResult<WhereExpression> |
ISparqVariableFormExpression.addLabel(VariableOrIRI varOrIRI,
TripleElement type)
Add a rdfs:label matching declaration.
|
default OperationResult<WhereExpression> |
ISparqlRequestGroup.addSubClassOf(java.lang.String var,
java.lang.String type)
Add a rdf:subClassOf matching declaration in the WHERE part of the request.
|
OperationResult<WhereExpression> |
AbstractSparqVariableFormExpression.addSubClassOf(java.lang.String var,
TripleElement type)
Add a rdfs:subClassOf matching declaration.
|
OperationResult<WhereExpression> |
ISparqVariableFormExpression.addSubClassOf(java.lang.String var,
TripleElement type)
Add a rdfs:subClassOf matching declaration.
|
OperationResult<WhereExpression> |
ISparqlRequestGroup.addSubClassOf(java.lang.String var,
TripleElement type)
Add a rdf:subClassOf matching declaration in the WHERE part of the request.
|
OperationResult<WhereExpression> |
SparqlRequest.addSubClassOf(java.lang.String var,
TripleElement type)
Add a rdfs:subClassOf matching declaration in the WHERE part of the request.
|
OperationResult<WhereExpression> |
SparqlRequestGroup.addSubClassOf(java.lang.String var,
TripleElement type)
Add a rdf:subClassOf matching declaration in the WHERE part of the request.
|
OperationResult<WhereExpression> |
AbstractSparqVariableFormExpression.addSubClassOf(VariableOrIRI varOrIRI,
TripleElement type)
Add a rdfs:subClassOf matching declaration.
|
OperationResult<WhereExpression> |
ISparqVariableFormExpression.addSubClassOf(VariableOrIRI varOrIRI,
TripleElement type)
Add a rdfs:subClassOf matching declaration.
|
default OperationResult<WhereExpression> |
ISparqlRequestGroup.addSubClassOfStar(java.lang.String var,
java.lang.String type)
Add a rdfs:subClassOf* matching declaration in the WHERE part of the request.
|
OperationResult<WhereExpression> |
AbstractSparqVariableFormExpression.addSubClassOfStar(java.lang.String var,
TripleElement type)
Add a rdfs:subClassOf* matching declaration.
|
OperationResult<WhereExpression> |
ISparqVariableFormExpression.addSubClassOfStar(java.lang.String var,
TripleElement type)
Add a rdfs:subClassOf* matching declaration.
|
OperationResult<WhereExpression> |
ISparqlRequestGroup.addSubClassOfStar(java.lang.String var,
TripleElement type)
Add a rdfs:subClassOf* matching declaration in the WHERE part of the request.
|
OperationResult<WhereExpression> |
SparqlRequest.addSubClassOfStar(java.lang.String var,
TripleElement type)
Add a rdfs:subClassOf* matching declaration in the WHERE part of the request.
|
OperationResult<WhereExpression> |
SparqlRequestGroup.addSubClassOfStar(java.lang.String var,
TripleElement type)
Add a rdfs:subClassOf* matching declaration in the WHERE part of the request.
|
OperationResult<WhereExpression> |
AbstractSparqVariableFormExpression.addSubClassOfStar(VariableOrIRI varOrIRI,
TripleElement type)
Add a rdfs:subClassOf* matching declaration.
|
OperationResult<WhereExpression> |
ISparqVariableFormExpression.addSubClassOfStar(VariableOrIRI varOrIRI,
TripleElement type)
Add a rdfs:subClassOf* matching declaration.
|
default OperationResult<WhereExpression> |
ISparqlRequestGroup.addType(java.lang.String var,
short exprKind,
java.lang.String type)
Add a matching declaration in the WHERE part of the request.
|
OperationResult<WhereExpression> |
AbstractSparqVariableFormExpression.addType(java.lang.String var,
short exprKind,
TripleElement type)
Add a matching declaration.
|
OperationResult<WhereExpression> |
ISparqVariableFormExpression.addType(java.lang.String var,
short exprKind,
TripleElement type)
Add a matching declaration.
|
OperationResult<WhereExpression> |
ISparqlRequestGroup.addType(java.lang.String var,
short exprKind,
TripleElement type)
Add a matching declaration in the WHERE part of the request.
|
OperationResult<WhereExpression> |
SparqlRequest.addType(java.lang.String var,
short exprKind,
TripleElement type)
Add a matching declaration in the WHERE part of the request.
|
OperationResult<WhereExpression> |
SparqlRequestGroup.addType(java.lang.String var,
short exprKind,
TripleElement type)
Add a matching declaration in the WHERE part of the request.
|
default OperationResult<WhereExpression> |
ISparqlRequestGroup.addType(java.lang.String var,
java.lang.String type)
Add a rdf:type matching declaration in the WHERE part of the request.
|
OperationResult<WhereExpression> |
AbstractSparqVariableFormExpression.addType(java.lang.String var,
TripleElement type)
Add a rdf:type matching declaration.
|
OperationResult<WhereExpression> |
ISparqVariableFormExpression.addType(java.lang.String var,
TripleElement type)
Add a rdf:type matching declaration.
|
OperationResult<WhereExpression> |
ISparqlRequestGroup.addType(java.lang.String var,
TripleElement type)
Add a rdf:type matching declaration in the WHERE part of the request.
|
OperationResult<WhereExpression> |
SparqlRequest.addType(java.lang.String var,
TripleElement type)
Add a rdf:type matching declaration in the WHERE part of the request.
|
OperationResult<WhereExpression> |
SparqlRequestGroup.addType(java.lang.String var,
TripleElement type)
Add a rdf:type matching declaration in the WHERE part of the request.
|
OperationResult<WhereExpression> |
AbstractSparqVariableFormExpression.addType(VariableOrIRI varOrIRI,
short exprKind,
TripleElement type)
Add a matching declaration.
|
OperationResult<WhereExpression> |
ISparqVariableFormExpression.addType(VariableOrIRI varOrIRI,
short exprKind,
TripleElement type)
Add a matching declaration.
|
OperationResult<WhereExpression> |
AbstractSparqVariableFormExpression.addType(VariableOrIRI varOrIRI,
TripleElement type)
Add a rdf:type matching declaration.
|
OperationResult<WhereExpression> |
ISparqVariableFormExpression.addType(VariableOrIRI varOrIRI,
TripleElement type)
Add a rdf:type matching declaration.
|
OperationResult<WhereExpression> |
ISparqlRequestGroup.addType(VariableOrIRI varOrIRI,
TripleElement type)
Add a rdf:type matching declaration in the WHERE part of the request.
|
OperationResult<WhereExpression> |
SparqlRequest.addType(VariableOrIRI varOrIRI,
TripleElement type)
Add a rdf:type matching declaration in the WHERE part of the request.
|
OperationResult<WhereExpression> |
SparqlRequestGroup.addType(VariableOrIRI varOrIRI,
TripleElement type)
Add a rdf:type matching declaration in the WHERE part of the request.
|
OperationResult<WhereExpression> |
AbstractSparqVariableFormExpression.addType(VariableOrIRI varOrIRI,
TripleElement type,
short exprType,
boolean isVar)
Add a type matching declaration.
|
OperationResult<WhereExpression> |
AbstractSparqVariableFormExpression.addType(VariableOrIRI varOrIRI,
TripleElement type,
short exprType,
boolean isVar,
java.lang.String comment)
Add a type matching declaration.
|
default OperationResult<WhereExpression> |
ISparqlRequestGroup.addTypeSubClassOf(java.lang.String var,
java.lang.String type)
Add a rdf:type/rdfs:subClassOf matching declaration in the WHERE part of the request.
|
OperationResult<WhereExpression> |
AbstractSparqVariableFormExpression.addTypeSubClassOf(java.lang.String var,
TripleElement type)
Add a rdf:type/rdfs:subClassOf matching declaration.
|
OperationResult<WhereExpression> |
ISparqVariableFormExpression.addTypeSubClassOf(java.lang.String var,
TripleElement type)
Add a rdf:type/rdfs:subClassOf matching declaration.
|
OperationResult<WhereExpression> |
ISparqlRequestGroup.addTypeSubClassOf(java.lang.String var,
TripleElement type)
Add a rdf:type/rdfs:subClassOf matching declaration in the WHERE part of the request.
|
OperationResult<WhereExpression> |
SparqlRequest.addTypeSubClassOf(java.lang.String var,
TripleElement type)
Add a rdf:type/rdfs:subClassOf matching declaration in the WHERE part of the request.
|
OperationResult<WhereExpression> |
SparqlRequestGroup.addTypeSubClassOf(java.lang.String var,
TripleElement type)
Add a rdf:type/rdfs:subClassOf matching declaration in the WHERE part of the request.
|
default OperationResult<WhereExpression> |
ISparqlRequestGroup.addVariableSubClassOf(java.lang.String var,
java.lang.String typeVar)
Add a rdf:subClassOf matching declaration in the WHERE part of the request.
|
OperationResult<WhereExpression> |
AbstractSparqVariableFormExpression.addVariableSubClassOf(java.lang.String var,
TripleElement typeVar)
Add a rdfs:subClassOf matching declaration.
|
OperationResult<WhereExpression> |
ISparqVariableFormExpression.addVariableSubClassOf(java.lang.String var,
TripleElement typeVar)
Add a rdfs:subClassOf matching declaration.
|
OperationResult<WhereExpression> |
ISparqlRequestGroup.addVariableSubClassOf(java.lang.String var,
TripleElement typeVar)
Add a rdf:subClassOf matching declaration in the WHERE part of the request.
|
OperationResult<WhereExpression> |
SparqlRequest.addVariableSubClassOf(java.lang.String var,
TripleElement typeVar)
Add a rdfs:subClassOf matching declaration in the WHERE part of the request.
|
OperationResult<WhereExpression> |
SparqlRequestGroup.addVariableSubClassOf(java.lang.String var,
TripleElement type)
Add a rdf:subClassOf matching declaration in the WHERE part of the request.
|
default OperationResult<WhereExpression> |
ISparqlRequestGroup.addVariableSubClassOfStar(java.lang.String var,
java.lang.String typeVar)
Add a rdfs:subClassOf* matching declaration in the WHERE part of the request.
|
OperationResult<WhereExpression> |
AbstractSparqVariableFormExpression.addVariableSubClassOfStar(java.lang.String var,
TripleElement typeVar)
Add a rdfs:subClassOf* matching declaration.
|
OperationResult<WhereExpression> |
ISparqVariableFormExpression.addVariableSubClassOfStar(java.lang.String var,
TripleElement typeVar)
Add a rdfs:subClassOf* matching declaration.
|
OperationResult<WhereExpression> |
ISparqlRequestGroup.addVariableSubClassOfStar(java.lang.String var,
TripleElement typeVar)
Add a rdfs:subClassOf* matching declaration in the WHERE part of the request.
|
OperationResult<WhereExpression> |
SparqlRequest.addVariableSubClassOfStar(java.lang.String var,
TripleElement typeVar)
Add a rdfs:subClassOf* matching declaration in the WHERE part of the request.
|
OperationResult<WhereExpression> |
SparqlRequestGroup.addVariableSubClassOfStar(java.lang.String var,
TripleElement type)
Add a rdfs:subClassOf* matching declaration in the WHERE part of the request.
|
default OperationResult<WhereExpression> |
ISparqlRequestGroup.addVariableType(java.lang.String var,
short exprKind,
java.lang.String typeVar)
Add a matching declaration in the WHERE part of the request.
|
OperationResult<WhereExpression> |
AbstractSparqVariableFormExpression.addVariableType(java.lang.String var,
short exprKind,
TripleElement typeVar)
Add a matching declaration.
|
OperationResult<WhereExpression> |
ISparqVariableFormExpression.addVariableType(java.lang.String var,
short exprKind,
TripleElement typeVar)
Add a matching declaration.
|
OperationResult<WhereExpression> |
ISparqlRequestGroup.addVariableType(java.lang.String var,
short exprKind,
TripleElement typeVar)
Add a matching declaration in the WHERE part of the request.
|
OperationResult<WhereExpression> |
SparqlRequest.addVariableType(java.lang.String var,
short exprKind,
TripleElement typeVar)
Add a matching declaration in the WHERE part of the request.
|
OperationResult<WhereExpression> |
SparqlRequestGroup.addVariableType(java.lang.String var,
short exprKind,
TripleElement type)
Add a matching declaration in the WHERE part of the request.
|
default OperationResult<WhereExpression> |
ISparqlRequestGroup.addVariableType(java.lang.String var,
java.lang.String typeVar)
Add a rdf:type matching declaration in the WHERE part of the request.
|
OperationResult<WhereExpression> |
AbstractSparqVariableFormExpression.addVariableType(java.lang.String var,
TripleElement element)
Add a rdf:type matching declaration.
|
OperationResult<WhereExpression> |
ISparqVariableFormExpression.addVariableType(java.lang.String var,
TripleElement element)
Add a rdf:type matching declaration.
|
OperationResult<WhereExpression> |
ISparqlRequestGroup.addVariableType(java.lang.String var,
TripleElement element)
Add a rdf:type matching declaration in the WHERE part of the request.
|
OperationResult<WhereExpression> |
SparqlRequest.addVariableType(java.lang.String var,
TripleElement element)
Add a rdf:type matching declaration in the WHERE part of the request.
|
OperationResult<WhereExpression> |
SparqlRequestGroup.addVariableType(java.lang.String var,
TripleElement type)
Add a rdf:type matching declaration in the WHERE part of the request.
|
default OperationResult<WhereExpression> |
ISparqlRequestGroup.addVariableTypeSubClassOf(java.lang.String var,
java.lang.String typeVar)
Add a rdf:type/rdfs:subClassOf matching declaration in the WHERE part of the request.
|
OperationResult<WhereExpression> |
AbstractSparqVariableFormExpression.addVariableTypeSubClassOf(java.lang.String var,
TripleElement typeVar)
Add a rdf:type/rdfs:subClassOf matching declaration.
|
OperationResult<WhereExpression> |
ISparqVariableFormExpression.addVariableTypeSubClassOf(java.lang.String var,
TripleElement typeVar)
Add a rdf:type/rdfs:subClassOf matching declaration.
|
OperationResult<WhereExpression> |
ISparqlRequestGroup.addVariableTypeSubClassOf(java.lang.String var,
TripleElement typeVar)
Add a rdf:type/rdfs:subClassOf matching declaration in the WHERE part of the request.
|
OperationResult<WhereExpression> |
SparqlRequest.addVariableTypeSubClassOf(java.lang.String var,
TripleElement typeVar)
Add a rdf:type/rdfs:subClassOf matching declaration in the WHERE part of the request.
|
OperationResult<WhereExpression> |
SparqlRequestGroup.addVariableTypeSubClassOf(java.lang.String var,
TripleElement type)
Add a rdf:type/rdfs:subClassOf matching declaration in the WHERE part of the request.
|
java.util.List<WhereExpression> |
AbstractSparqVariableFormExpression.getWhereExpressions()
Return the WHERE types.
|
java.util.List<WhereExpression> |
AbstractSparqlRequest.getWhereExpressions()
Return the where expressions in the request.
|
java.util.List<WhereExpression> |
AskForm.getWhereExpressions() |
java.util.List<WhereExpression> |
ISparqlRequestGroup.getWhereExpressions()
Return the where expressions in the request.
|
java.util.List<WhereExpression> |
WhereForm.getWhereExpressions() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractSparqlRequest.appendTypeExpression(java.lang.StringBuilder buf,
Variable elt,
WhereExpression type)
Append a type expression.
|
int |
WhereExpression.compareTo(WhereExpression o) |
Copyright © 2025, 2026 Dassault Aviation. All Rights Reserved. Documentation and source under the LGPL v3 licence