| 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.List<Property>> |
AbstractSparqVariableFormExpression.propertyValues |
| Modifier and Type | Method and Description |
|---|---|
default OperationResult<Property> |
ISparqVariableFormExpression.addPropertyIRIValue(java.lang.String iri,
TripleElement type,
java.lang.Object propertyValue)
Add a property value declaration for an IRI.
|
OperationResult<Property> |
AbstractSparqVariableFormExpression.addPropertyIRIValue(java.lang.String iri,
TripleElement type,
java.lang.Object propertyValue,
boolean optional)
Add a property value declaration.
|
OperationResult<Property> |
ISparqVariableFormExpression.addPropertyIRIValue(java.lang.String iri,
TripleElement type,
java.lang.Object propertyValue,
boolean optional)
Add a property value declaration.
|
default OperationResult<Property> |
ISparqVariableFormExpression.addPropertyValues(java.lang.String var,
java.util.List<? extends java.lang.Object> values)
Add a property value declaration, for several values.
|
default OperationResult<Property> |
ISparqlRequestGroup.addPropertyValues(java.lang.String var,
java.util.List<? extends java.lang.Object> values)
Add a property value declaration in the WHERE part of the request, for several values.
|
default OperationResult<Property> |
ISparqVariableFormExpression.addPropertyValues(java.lang.String var,
java.lang.String propertyName,
java.util.List<? extends java.lang.Object> values)
Add a property value declaration, for several values.
|
default OperationResult<Property> |
ISparqlRequestGroup.addPropertyValues(java.lang.String var,
java.lang.String propertyName,
java.util.List<? extends java.lang.Object> values)
Add a property value declaration in the WHERE part of the request, for several values.
|
default OperationResult<Property> |
ISparqVariableFormExpression.addPropertyValues(java.lang.String var,
java.lang.String propertyName,
java.util.List<? extends java.lang.Object> values,
boolean optional)
Add a property value declaration, for several values.
|
default OperationResult<Property> |
ISparqlRequestGroup.addPropertyValues(java.lang.String var,
java.lang.String propertyName,
java.util.List<? extends java.lang.Object> values,
boolean optional)
Add a property value declaration in the WHERE part of the request, for several values.
|
OperationResult<Property> |
AbstractSparqVariableFormExpression.addPropertyValues(java.lang.String var,
TripleElement type,
java.util.List<? extends java.lang.Object> propValues,
boolean optional)
Add a property value declaration, for several values.
|
OperationResult<Property> |
ISparqVariableFormExpression.addPropertyValues(java.lang.String var,
TripleElement type,
java.util.List<? extends java.lang.Object> values,
boolean optional)
Add a property value declaration, for several values.
|
OperationResult<Property> |
ISparqlRequestGroup.addPropertyValues(java.lang.String var,
TripleElement type,
java.util.List<? extends java.lang.Object> values,
boolean optional)
Add a property value declaration in the WHERE part of the request, for several values.
|
OperationResult<Property> |
SparqlRequest.addPropertyValues(java.lang.String var,
TripleElement type,
java.util.List<? extends java.lang.Object> propValues,
boolean optional)
Add a property value declaration in the WHERE part of the request, for several values.
|
OperationResult<Property> |
SparqlRequestGroup.addPropertyValues(java.lang.String var,
TripleElement type,
java.util.List<? extends java.lang.Object> propValues,
boolean optional)
Add a property value declaration in the WHERE part of the request, for several values.
|
java.util.Map<java.lang.String,java.util.List<Property>> |
AbstractSparqVariableFormExpression.getPropertyValues()
Return the property values.
|
java.util.Map<java.lang.String,java.util.List<Property>> |
AbstractSparqlRequest.getPropertyValues()
Return the property values.
|
java.util.Map<java.lang.String,java.util.List<Property>> |
ISparqVariableFormExpression.getPropertyValues()
Return the property values.
|
java.util.Map<java.lang.String,java.util.List<Property>> |
ISparqlRequestGroup.getPropertyValues()
Return the property values.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
AbstractSparqlRequest.getPrefix(Property property)
Return the prefix of a property.
|
java.lang.String |
ISparqlRequestGroup.getPrefix(Property property)
Return the prefix of a property.
|
Copyright © 2025, 2026 Dassault Aviation. All Rights Reserved. Documentation and source under the LGPL v3 licence