| Package | Description |
|---|---|
| org.da.sparqlhelper.sparql.model |
Contains the classes which model the structure of a SPARQL constructs.
|
| Modifier and Type | Class and Description |
|---|---|
class |
IRI
An IRI.
|
class |
Variable
A variable.
|
| Modifier and Type | Method and Description |
|---|---|
VariableOrIRI |
PropertyRef.getRef() |
VariableOrIRI |
Property.getVariableOrIRI() |
VariableOrIRI |
WhereExpression.getVariableOrIRI() |
VariableOrIRI |
AbstractSparqlRequest.getVariableOrIRI(java.lang.String name)
Return the variable or IRI with a specified name.
|
VariableOrIRI |
ISparqlRequestGroup.getVariableOrIRI(java.lang.String name)
Return the variable or IRI with a specified name.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Iterator<VariableOrIRI> |
AbstractSparqlRequest.getVariablesOrIRIIterator()
Return an iterator on the variables and IRIs.
|
java.util.Iterator<VariableOrIRI> |
ISparqlRequestGroup.getVariablesOrIRIIterator()
Return an iterator on the variables and IRIs.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
AbstractSparqVariableFormExpression.addLabel(VariableOrIRI varOrIRI,
TripleElement type)
Add a rdfs:label matching declaration.
|
boolean |
ISparqVariableFormExpression.addLabel(VariableOrIRI varOrIRI,
TripleElement type)
Add a rdfs:label matching declaration.
|
default boolean |
ISparqlRequestGroup.addPropertyRef(java.lang.String var,
TripleElement type,
VariableOrIRI varOrIRIRef,
boolean optional)
Add an object property reference declaration in the OPTIONAL construct.
|
default boolean |
ISparqVariableFormExpression.addPropertyRef(VariableOrIRI varOrIRI,
TripleElement type,
java.lang.String varRef)
Add an object property reference declaration in the OPTIONAL construct.
|
boolean |
AbstractSparqVariableFormExpression.addPropertyRef(VariableOrIRI varOrIRI,
TripleElement type,
java.lang.String varRef,
boolean optional)
Add an object property reference declaration in the OPTIONAL construct.
|
boolean |
ISparqVariableFormExpression.addPropertyRef(VariableOrIRI varOrIRI,
TripleElement type,
java.lang.String varRef,
boolean optional)
Add an object property reference declaration in the OPTIONAL construct.
|
boolean |
AbstractSparqVariableFormExpression.addPropertyRef(VariableOrIRI varOrIRI,
TripleElement type,
VariableOrIRI varOrIRIRef,
boolean optional)
Add an object property reference declaration.
|
boolean |
ISparqVariableFormExpression.addPropertyRef(VariableOrIRI varOrIRI,
TripleElement type,
VariableOrIRI varOrIRIRef,
boolean optional)
Add an object property reference declaration in the OPTIONAL construct.
|
boolean |
ISparqlRequestGroup.addPropertyRef(VariableOrIRI varOrIRI,
TripleElement type,
VariableOrIRI varOrIRIRef,
boolean optional)
Add an object property reference declaration in the OPTIONAL construct.
|
boolean |
SparqlRequest.addPropertyRef(VariableOrIRI varOrIRI,
TripleElement type,
VariableOrIRI varOrIRIRef,
boolean optional)
Add an object property reference declaration in the OPTIONAL construct.
|
boolean |
SparqlRequestGroup.addPropertyRef(VariableOrIRI varOrIRI,
TripleElement type,
VariableOrIRI varOrIRIRef,
boolean optional)
Add an object property reference declaration in the WHERE part of the request.
|
default boolean |
ISparqVariableFormExpression.addPropertyValue(VariableOrIRI varOrIRI,
PrefixedName propertyName,
java.lang.Object propertyValue,
java.lang.String valueType)
Add a property value declaration in the OPTIONAL construct.
|
default boolean |
ISparqVariableFormExpression.addPropertyValue(VariableOrIRI varOrIRI,
TripleElement type,
java.lang.Object propertyValue)
Add a property value declaration.
|
default boolean |
ISparqVariableFormExpression.addPropertyValue(VariableOrIRI varOrIRI,
TripleElement type,
java.lang.Object propertyValue,
boolean optional)
Add a property value declaration.
|
boolean |
AbstractSparqVariableFormExpression.addPropertyValue(VariableOrIRI varOrIRI,
TripleElement type,
java.lang.Object propertyValue,
java.lang.String valueType,
boolean optional)
Add a property value declaration.
|
boolean |
ISparqVariableFormExpression.addPropertyValue(VariableOrIRI varOrIRI,
TripleElement type,
java.lang.Object propertyValue,
java.lang.String valueType,
boolean optional)
Add a property value declaration.
|
default boolean |
ISparqVariableFormExpression.addPropertyValue(VariableOrIRI varOrIRI,
TripleElement type,
java.lang.String valueType,
java.lang.Object propertyValue)
Add a property value declaration.
|
boolean |
AbstractSparqVariableFormExpression.addSubClassOf(VariableOrIRI varOrIRI,
TripleElement type)
Add a rdfs:subClassOf matching declaration.
|
boolean |
ISparqVariableFormExpression.addSubClassOf(VariableOrIRI varOrIRI,
TripleElement type)
Add a rdfs:subClassOf matching declaration.
|
boolean |
AbstractSparqVariableFormExpression.addSubClassOfStar(VariableOrIRI varOrIRI,
TripleElement type)
Add a rdfs:subClassOf* matching declaration.
|
boolean |
ISparqVariableFormExpression.addSubClassOfStar(VariableOrIRI varOrIRI,
TripleElement type)
Add a rdfs:subClassOf* matching declaration.
|
boolean |
AbstractSparqVariableFormExpression.addType(VariableOrIRI varOrIRI,
short exprKind,
TripleElement type)
Add a matching declaration.
|
boolean |
ISparqVariableFormExpression.addType(VariableOrIRI varOrIRI,
short exprKind,
TripleElement type)
Add a matching declaration.
|
boolean |
AbstractSparqVariableFormExpression.addType(VariableOrIRI varOrIRI,
TripleElement type)
Add a rdf:type matching declaration.
|
boolean |
ISparqVariableFormExpression.addType(VariableOrIRI varOrIRI,
TripleElement type)
Add a rdf:type matching declaration.
|
boolean |
ISparqlRequestGroup.addType(VariableOrIRI varOrIRI,
TripleElement type)
Add a rdf:type matching declaration in the WHERE part of the request.
|
boolean |
SparqlRequest.addType(VariableOrIRI varOrIRI,
TripleElement type)
Add a rdf:type matching declaration in the WHERE part of the request.
|
boolean |
SparqlRequestGroup.addType(VariableOrIRI varOrIRI,
TripleElement type)
Add a rdf:type matching declaration in the WHERE part of the request.
|
boolean |
AbstractSparqlRequest.addVariableOrIRI(VariableOrIRI varOrIRI)
Add a variable or IRI.
|
boolean |
ISparqlRequestGroup.addVariableOrIRI(VariableOrIRI varOrIRI)
Add a variable or IRI.
|
| Constructor and Description |
|---|
Property(VariableOrIRI var,
java.lang.Object value,
java.util.List<? extends java.lang.Object> values,
boolean optional) |
WhereExpression(VariableOrIRI varOrIRI,
PropertyDecl elt) |
WhereExpression(VariableOrIRI varOrIRI,
PropertyDecl elt,
boolean isVar) |
WhereExpression(VariableOrIRI varOrIRI,
PropertyDecl elt,
short exprType) |
WhereExpression(VariableOrIRI varOrIRI,
TripleElement elt,
short exprType,
boolean isVar) |
Copyright © 2025, 2026 Dassault Aviation. All Rights Reserved. Documentation and source under the LGPL v3 licence