| Package | Description |
|---|---|
| org.da.sparqlhelper.sparql.results |
Contains classes which allows to parse an XML results from a SPARQL request and generate a Map of results.
|
| Modifier and Type | Method and Description |
|---|---|
QueryResults.Result |
QueryResults.getFirstResult()
Return the first result.
|
QueryResults.Result |
QueryResults.getOrderedResult(int index)
Return the ordered result of a specified index.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<QueryResults.Result> |
QueryResults.getOrderedResultsList()
Return the ordered result list.
|
java.util.SortedMap<java.lang.String,QueryResults.Result> |
QueryResults.getResults()
Return the Map of results.
|
static java.util.SortedMap<java.lang.String,QueryResults.Result> |
QueryResultsUtilities.getResults(java.lang.String resultAsString,
boolean stripPrefix,
java.lang.String orderedBy) |
static java.util.SortedMap<java.lang.String,QueryResults.Result> |
QueryResultsUtilities.getResults(java.lang.String resultAsString,
boolean stripPrefix,
java.lang.String orderedBy,
boolean defaultOrdering) |
static java.util.SortedMap<java.lang.String,QueryResults.Result> |
QueryResultsUtilities.getResults(org.mdiutil.xml.tree.XMLNode node,
boolean stripPrefix,
java.lang.String orderedBy) |
static java.util.SortedMap<java.lang.String,QueryResults.Result> |
QueryResultsUtilities.getResults(org.mdiutil.xml.tree.XMLNode node,
boolean stripPrefix,
java.lang.String orderedBy,
boolean defaultOrdering) |
| Constructor and Description |
|---|
QueryResults(boolean stripPrefix,
java.lang.String orderedBy,
java.util.List<QueryResults.Result> results) |
Copyright © 2025 Dassault Aviation. All Rights Reserved. Documentation and source under the LGPL v3 licence