| 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 |
Variable.FromProperties.getFirstProperty() |
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 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<? extends SparqlElement> |
ISparqVariableFormExpression.addPropertyValue(java.lang.String var,
PrefixedName propertyName,
java.lang.Object propertyValue)
Add a property value declaration in the OPTIONAL construct.
|
default OperationResult<? extends SparqlElement> |
ISparqlRequestGroup.addPropertyValue(java.lang.String var,
PrefixedName propertyName,
java.lang.Object propertyValue)
Add a property value declaration in the OPTIONAL construct.
|
default OperationResult<? extends SparqlElement> |
ISparqVariableFormExpression.addPropertyValue(java.lang.String var,
PrefixedName propertyName,
java.lang.Object propertyValue,
java.lang.Object valueType)
Add a property value declaration in the OPTIONAL construct.
|
default OperationResult<? extends SparqlElement> |
ISparqVariableFormExpression.addPropertyValue(VariableOrIRI varOrIRI,
PrefixedName propertyName,
java.lang.Object propertyValue,
java.lang.Object valueType)
Add a property value declaration in the OPTIONAL construct.
|
void |
PrefixedName.setName(PrefixedName prefixedName)
Set a new name for the prefixed name.
|
| Constructor and Description |
|---|
PropertyDecl(PrefixedName name)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
PrefixedName |
QualifiedNameExpression.getPrefixedName()
Return the qualified name.
|
| Constructor and Description |
|---|
FunctionExpression(java.util.List<Expression> arguments,
PrefixedName function)
Constructor.
|
FunctionExpression(PrefixedName function)
Constructor.
|
FunctionExpression(PrefixedName function,
Expression... arguments)
Constructor.
|
QualifiedNameExpression(PrefixedName name) |
Copyright © 2025, 2026 Dassault Aviation. All Rights Reserved. Documentation and source under the LGPL v3 licence