| Package | Description |
|---|---|
| org.da.sparqlhelper.sparql.model |
Contains the classes which model the structure of a SPARQL constructs.
|
| org.da.sparqlhelper.sparql.model.expressions |
Contains the classes which functions, binary, or numeric expressions in SPARQL constructs.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Property
Represents a property.
|
class |
PropertyDecl
A property declaration.
|
| Modifier and Type | Method and Description |
|---|---|
PrefixedName |
PrefixedName.asPrefixedName() |
PrefixedName |
Variable.getFirstProperty()
Return the first associated property for this variable.
|
PrefixedName |
VariableOrIRI.getFirstType()
Return the first associated type for this variable.
|
PrefixedName |
Variable.FromProperties.getTypeRef() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,PrefixedName> |
VariableOrIRI.fromTypes()
Return the types for which this variable is a representation.
|
java.util.Map<java.lang.String,PrefixedName> |
Variable.FromProperties.getProperties() |
| Modifier and Type | Method and Description |
|---|---|
void |
Variable.addAsProperty(PrefixedName typeName,
Variable varRef,
PrefixedName propertyName)
Add a property for which this variable can be a representation.
|
void |
VariableOrIRI.addAsType(PrefixedName prefixedName)
Add a type for which this variable can be a representation.
|
default boolean |
ISparqVariableFormExpression.addPropertyRef(java.lang.String var,
PrefixedName propertyName,
java.lang.String varRef)
Add an object property reference declaration in the OPTIONAL construct.
|
default boolean |
ISparqlRequestGroup.addPropertyRef(java.lang.String var,
PrefixedName propertyName,
java.lang.String varRef)
Add an object property reference declaration in the OPTIONAL construct.
|
default boolean |
ISparqVariableFormExpression.addPropertyValue(java.lang.String var,
PrefixedName propertyName,
java.lang.Object propertyValue)
Add a property value declaration in the OPTIONAL construct.
|
default boolean |
ISparqlRequestGroup.addPropertyValue(java.lang.String var,
PrefixedName propertyName,
java.lang.Object propertyValue)
Add a property value declaration in the OPTIONAL construct.
|
default boolean |
ISparqVariableFormExpression.addPropertyValue(java.lang.String var,
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,
PrefixedName propertyName,
java.lang.Object propertyValue,
java.lang.String valueType)
Add a property value declaration in the OPTIONAL construct.
|
| Constructor and Description |
|---|
PropertyDecl(PrefixedName name) |
| Modifier and Type | Method and Description |
|---|---|
PrefixedName |
QualifiedNameExpression.getPrefixedName()
Return the qualified name.
|
| Constructor and Description |
|---|
FunctionExpression(java.util.List<Expression> arguments,
PrefixedName function) |
FunctionExpression(PrefixedName function) |
FunctionExpression(PrefixedName function,
Expression... arguments) |
QualifiedNameExpression(PrefixedName name) |
Copyright © 2025, 2026 Dassault Aviation. All Rights Reserved. Documentation and source under the LGPL v3 licence