| 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.Map<java.lang.String,java.util.Map<java.lang.String,java.util.Set<PropertyRef>>> |
AbstractSparqVariableFormExpression.propertyRefs |
| Modifier and Type | Method and Description |
|---|---|
default OperationResult<PropertyRef> |
ISparqVariableFormExpression.addPropertyRef(java.lang.String var,
PrefixedName propertyName,
java.lang.String varRef)
Add an object property reference declaration in the OPTIONAL construct.
|
default OperationResult<PropertyRef> |
ISparqlRequestGroup.addPropertyRef(java.lang.String var,
PrefixedName propertyName,
java.lang.String varRef)
Add an object property reference declaration in the OPTIONAL construct.
|
default OperationResult<PropertyRef> |
ISparqVariableFormExpression.addPropertyRef(java.lang.String var,
java.lang.String propertyName,
java.lang.String varRef)
Add an object property reference declaration in the OPTIONAL construct.
|
default OperationResult<PropertyRef> |
ISparqlRequestGroup.addPropertyRef(java.lang.String var,
java.lang.String propertyName,
java.lang.String varRef)
Add an object property reference declaration in the OPTIONAL construct.
|
default OperationResult<PropertyRef> |
ISparqVariableFormExpression.addPropertyRef(java.lang.String var,
java.lang.String propertyName,
java.lang.String varRef,
boolean optional)
Add an object property reference declaration in the OPTIONAL construct.
|
default OperationResult<PropertyRef> |
ISparqlRequestGroup.addPropertyRef(java.lang.String var,
java.lang.String propertyName,
java.lang.String varRef,
boolean optional)
Add an object property reference declaration in the OPTIONAL construct.
|
default OperationResult<PropertyRef> |
ISparqVariableFormExpression.addPropertyRef(java.lang.String var,
TripleElement type,
java.lang.String varRef)
Add an object property reference declaration in the OPTIONAL construct.
|
default OperationResult<PropertyRef> |
ISparqlRequestGroup.addPropertyRef(java.lang.String var,
TripleElement type,
java.lang.String varRef)
Add an object property reference declaration in the OPTIONAL construct.
|
OperationResult<PropertyRef> |
AbstractSparqVariableFormExpression.addPropertyRef(java.lang.String var,
TripleElement type,
java.lang.String varRef,
boolean optional)
Add an object property reference declaration.
|
OperationResult<PropertyRef> |
ISparqVariableFormExpression.addPropertyRef(java.lang.String var,
TripleElement type,
java.lang.String varRef,
boolean optional)
Add an object property reference declaration in the OPTIONAL construct.
|
OperationResult<PropertyRef> |
ISparqlRequestGroup.addPropertyRef(java.lang.String var,
TripleElement type,
java.lang.String varRef,
boolean optional)
Add an object property reference declaration in the OPTIONAL construct.
|
OperationResult<PropertyRef> |
SparqlRequest.addPropertyRef(java.lang.String var,
TripleElement type,
java.lang.String varRef,
boolean optional)
Add an object property reference declaration in the WHERE part of the request.
|
OperationResult<PropertyRef> |
SparqlRequestGroup.addPropertyRef(java.lang.String var,
TripleElement type,
java.lang.String varRef,
boolean optional)
Add an object property reference declaration in the WHERE part of the request.
|
default OperationResult<PropertyRef> |
ISparqlRequestGroup.addPropertyRef(java.lang.String var,
TripleElement type,
VariableOrIRI varOrIRIRef,
boolean optional)
Add an object property reference declaration in the OPTIONAL construct.
|
default OperationResult<PropertyRef> |
ISparqVariableFormExpression.addPropertyRef(VariableOrIRI varOrIRI,
TripleElement type,
java.lang.String varRef)
Add an object property reference declaration in the OPTIONAL construct.
|
OperationResult<PropertyRef> |
AbstractSparqVariableFormExpression.addPropertyRef(VariableOrIRI varOrIRI,
TripleElement type,
java.lang.String varRef,
boolean optional)
Add an object property reference declaration in the OPTIONAL construct.
|
OperationResult<PropertyRef> |
ISparqVariableFormExpression.addPropertyRef(VariableOrIRI varOrIRI,
TripleElement type,
java.lang.String varRef,
boolean optional)
Add an object property reference declaration in the OPTIONAL construct.
|
OperationResult<PropertyRef> |
AbstractSparqVariableFormExpression.addPropertyRef(VariableOrIRI varOrIRI,
TripleElement type,
VariableOrIRI varOrIRIRef,
boolean optional)
Add an object property reference declaration.
|
OperationResult<PropertyRef> |
ISparqVariableFormExpression.addPropertyRef(VariableOrIRI varOrIRI,
TripleElement type,
VariableOrIRI varOrIRIRef,
boolean optional)
Add an object property reference declaration in the OPTIONAL construct.
|
OperationResult<PropertyRef> |
ISparqlRequestGroup.addPropertyRef(VariableOrIRI varOrIRI,
TripleElement type,
VariableOrIRI varOrIRIRef,
boolean optional)
Add an object property reference declaration in the OPTIONAL construct.
|
OperationResult<PropertyRef> |
SparqlRequest.addPropertyRef(VariableOrIRI varOrIRI,
TripleElement type,
VariableOrIRI varOrIRIRef,
boolean optional)
Add an object property reference declaration in the OPTIONAL construct.
|
OperationResult<PropertyRef> |
SparqlRequestGroup.addPropertyRef(VariableOrIRI varOrIRI,
TripleElement type,
VariableOrIRI varOrIRIRef,
boolean optional)
Add an object property reference declaration in the WHERE part of the request.
|
java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.util.Set<PropertyRef>>> |
AbstractSparqVariableFormExpression.getPropertyRefs()
Return the property references.
|
java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.util.Set<PropertyRef>>> |
AbstractSparqlRequest.getPropertyRefs()
Return the property references.
|
java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.util.Set<PropertyRef>>> |
ISparqVariableFormExpression.getPropertyRefs()
Return the property references.
|
java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.util.Set<PropertyRef>>> |
ISparqlRequestGroup.getPropertyRefs()
Return the property references.
|
| Modifier and Type | Method and Description |
|---|---|
int |
PropertyRef.compareTo(PropertyRef o) |
java.lang.String |
AbstractSparqlRequest.getPrefix(PropertyRef property)
Return the prefix of a property reference.
|
java.lang.String |
ISparqlRequestGroup.getPrefix(PropertyRef property)
Return the prefix of a property reference.
|
Copyright © 2025, 2026 Dassault Aviation. All Rights Reserved. Documentation and source under the LGPL v3 licence