| Package | Description |
|---|---|
| org.da.sparqlhelper.sparql.model |
Contains the classes which model the structure of a SPARQL constructs.
|
| org.da.sparqlhelper.sparql.model.prefix |
Contains the classes which allow to map namespaces with prefixes in SPARQL declarations.
|
| org.da.sparqlhelper.sparql.parser |
Contains the classes which are used to parse SPARQL expressions expressed as Strings.
|
| Modifier and Type | Method and Description |
|---|---|
SparqlPrefixDeclarations |
SparqlRequest.getPrefixDeclarations() |
| Constructor and Description |
|---|
SparqlRequest(java.lang.String schema,
boolean checkVarsExistence,
SparqlPrefixDeclarations prefixDecl)
Constructor.
|
SparqlRequest(java.lang.String schema,
SparqlPrefixDeclarations prefixDecl)
Constructor.Variables existence check will be performed.
|
| Constructor and Description |
|---|
SparqlPrefixDeclarations(SparqlPrefixDeclarations parent) |
| Modifier and Type | Method and Description |
|---|---|
SparqlPrefixDeclarations |
SPARQLParser.getPrefixDeclarations() |
SparqlPrefixDeclarations |
SPARQLParserFactory.getPrefixDeclarations() |
| Modifier and Type | Method and Description |
|---|---|
void |
SPARQLParser.setPrefixDeclarations(SparqlPrefixDeclarations prefixDecl) |
void |
SPARQLParserFactory.setPrefixDeclarations(SparqlPrefixDeclarations prefixDecl) |
| Constructor and Description |
|---|
SPARQLParser(java.lang.String schema,
SparqlPrefixDeclarations prefixDecl)
Create a new SPARQLParser.
|
Copyright © 2025 Dassault Aviation. All Rights Reserved. Documentation and source under the LGPL v3 licence