Package | Description |
---|---|
com.epimorphics.lda.core |
The core package contains the core of Elda's functionality: the handling
of endpoint requests and select and view query construction.
|
com.epimorphics.lda.query |
The query package contains the classes which
construct SPARQL queries for the item-selection part
of the LDA process.
|
com.epimorphics.lda.rdfq |
The RDFQ (RDF-Query) package contains classes to
assist in constucting SPARQL terms, triples, and queries.
|
com.epimorphics.lda.support |
The support package contains classes that support Elda's
linked-data-API operations but which would clutter the packages
containing the supported classes.
|
Modifier and Type | Field and Description |
---|---|
protected RDFQ.Triple |
ChainTree.triple |
Modifier and Type | Field and Description |
---|---|
protected List<RDFQ.Triple> |
APIQuery.basicGraphTriples
List of pseudo-triples which form the basic graph pattern element of this
query.
|
protected List<List<RDFQ.Triple>> |
APIQuery.optionalGraphTriples |
Modifier and Type | Method and Description |
---|---|
List<RDFQ.Triple> |
APIQuery.getBasicGraphTriples() |
List<List<RDFQ.Triple>> |
APIQuery.getOptionalGraphTriples() |
Modifier and Type | Method and Description |
---|---|
void |
APIQuery.addTriplePatterns(List<RDFQ.Triple> triples)
Update this query-generator with a bunch of basic graph triples to use.
|
Modifier and Type | Method and Description |
---|---|
static RDFQ.Triple |
RDFQ.triple(Any S,
Any P,
Any O) |
Modifier and Type | Method and Description |
---|---|
static List<RDFQ.Triple> |
QuerySupport.reorder(List<RDFQ.Triple> triples,
boolean tqFirst)
Reorder the given triples to try and arrange that query engines with weak
optimisers aren't given excessively silly queries.
|
Modifier and Type | Method and Description |
---|---|
static List<RDFQ.Triple> |
QuerySupport.reorder(List<RDFQ.Triple> triples,
boolean tqFirst)
Reorder the given triples to try and arrange that query engines with weak
optimisers aren't given excessively silly queries.
|
Copyright © 2014. All Rights Reserved.