| 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 |
AbstractSparqlRequest |
class |
SparqlRequest
This class allows to create a SPARQL request. it contains the model of a SPARQL query.
|
class |
SparqlRequestGroup |
| Modifier and Type | Field and Description |
|---|---|
protected ISparqlRequestGroup |
AbstractSparqFormExpression.parentRequest |
protected ISparqlRequestGroup |
ExpressionList.request |
| Modifier and Type | Method and Description |
|---|---|
ISparqlRequestGroup |
AbstractSparqFormExpression.getSparqlRequest() |
ISparqlRequestGroup |
ISparqlFormExpression.getSparqlRequest()
Return the parent request.
|
| Modifier and Type | Method and Description |
|---|---|
static PropertyDecl |
TripleElement.createPropertyDecl(ISparqlRequestGroup request,
java.lang.String name) |
| Constructor and Description |
|---|
AbstractSparqFormExpression(ISparqlRequestGroup parentRequest) |
AbstractSparqVariableFormExpression(ISparqlRequestGroup parentRequest) |
DeleteForm(ISparqlRequestGroup parentRequest) |
ExpressionList(ISparqlRequestGroup request) |
InsertForm(ISparqlRequestGroup parentRequest) |
InsertForm(ISparqlRequestGroup parentRequest,
boolean isInsertData) |
PrefixedName(ISparqlRequestGroup request,
java.lang.String name) |
PropertyDecl(ISparqlRequestGroup request,
java.lang.String name) |
SelectForm(ISparqlRequestGroup parentRequest) |
WhereForm(ISparqlRequestGroup parentRequest) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ArithmeticExpression.checkValidity(ISparqlRequestGroup request)
Return true if the expression is valid.
|
boolean |
ComparisonExpression.checkValidity(ISparqlRequestGroup request)
Return true if the expression is valid.
|
boolean |
Expression.checkValidity(ISparqlRequestGroup request)
Return true if the expression is valid.
|
boolean |
FunctionExpression.checkValidity(ISparqlRequestGroup request)
Return true if the expression is valid.
|
boolean |
LiteralExpression.checkValidity(ISparqlRequestGroup request)
Return true.
|
boolean |
VariableExpression.checkValidity(ISparqlRequestGroup request) |
Copyright © 2025 Dassault Aviation. All Rights Reserved. Documentation and source under the LGPL v3 licence