| 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 |
WhereType.getVariableOrIRI() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
AbstractSparqVariableFormExpression.addLabel(VariableOrIRI varOrIRI,
TripleElement type)
Add a rdfs:label matching declaration in the WHERE part of the request.
|
boolean |
ISparqVariableFormExpression.addLabel(VariableOrIRI varOrIRI,
TripleElement type)
Add a rdfs:label matching declaration in the WHERE part of the request.
|
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.
|
default boolean |
ISparqVariableFormExpression.addPropertyValue(VariableOrIRI varOrIRI,
TripleElement type,
java.lang.Object propertyValue)
Add a property value declaration.
|
boolean |
AbstractSparqVariableFormExpression.addPropertyValue(VariableOrIRI varOrIRI,
TripleElement type,
java.lang.Object propertyValue,
boolean optional)
Add a property value declaration in the WHERE part of the request.
|
boolean |
ISparqVariableFormExpression.addPropertyValue(VariableOrIRI varOrIRI,
TripleElement type,
java.lang.Object propertyValue,
boolean optional)
Add a property value declaration in the WHERE part of the request.
|
boolean |
AbstractSparqVariableFormExpression.addSubClassOf(VariableOrIRI varOrIRI,
TripleElement type)
Add a rdfs:subClassOf matching declaration in the WHERE part of the request.
|
boolean |
ISparqVariableFormExpression.addSubClassOf(VariableOrIRI varOrIRI,
TripleElement type)
Add a rdfs:subClassOf matching declaration in the WHERE part of the request.
|
boolean |
AbstractSparqVariableFormExpression.addSubClassOfStar(VariableOrIRI varOrIRI,
TripleElement type)
Add a rdfs:subClassOf* matching declaration in the WHERE part of the request.
|
boolean |
ISparqVariableFormExpression.addSubClassOfStar(VariableOrIRI varOrIRI,
TripleElement type)
Add a rdfs:subClassOf* matching declaration in the WHERE part of the request.
|
boolean |
AbstractSparqVariableFormExpression.addType(VariableOrIRI varOrIRI,
short exprKind,
TripleElement type)
Add a matching declaration in the WHERE part of the request.
|
boolean |
ISparqVariableFormExpression.addType(VariableOrIRI varOrIRI,
short exprKind,
TripleElement type)
Add a matching declaration in the WHERE part of the request.
|
boolean |
AbstractSparqVariableFormExpression.addType(VariableOrIRI varOrIRI,
TripleElement type)
Add a rdf:type matching declaration in the WHERE part of the request.
|
boolean |
ISparqVariableFormExpression.addType(VariableOrIRI varOrIRI,
TripleElement type)
Add a rdf:type matching declaration in the WHERE part of the request.
|
int |
IRI.compareTo(VariableOrIRI o) |
int |
Variable.compareTo(VariableOrIRI o) |
int |
VariableOrIRI.compareTo(VariableOrIRI o) |
| Constructor and Description |
|---|
WhereType(VariableOrIRI varOrIRI,
PropertyDecl elt) |
WhereType(VariableOrIRI varOrIRI,
PropertyDecl elt,
boolean isVar) |
WhereType(VariableOrIRI varOrIRI,
PropertyDecl elt,
short exprType) |
WhereType(VariableOrIRI varOrIRI,
TripleElement elt,
short exprType,
boolean isVar) |
Copyright © 2025 Dassault Aviation. All Rights Reserved. Documentation and source under the LGPL v3 licence