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.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 | Method and Description |
---|---|
String |
View.fetchDescriptionsFor(Controls c,
String select,
List<com.hp.hpl.jena.rdf.model.Resource> roots,
com.hp.hpl.jena.rdf.model.Model m,
APISpec spec,
VarSupply vars,
String graphName) |
Constructor and Description |
---|
View.State(String select,
List<com.hp.hpl.jena.rdf.model.Resource> roots,
com.hp.hpl.jena.rdf.model.Model m,
List<Source> sources,
VarSupply vars,
String graphName) |
Modifier and Type | Class and Description |
---|---|
class |
APIQuery
Query abstraction that supports assembling multiple filter/order/view
specifications into a set of working sparql queries.
|
Modifier and Type | Field and Description |
---|---|
protected VarSupply |
ValTranslator.vs |
Constructor and Description |
---|
ValTranslator(VarSupply vs,
ValTranslator.Filters expressions,
ShortnameService sns) |
Modifier and Type | Method and Description |
---|---|
String |
PropertyChainTranslator.translate(VarSupply vs,
boolean dropLast)
Translate this collection of property chains to the corresponding
SPARQL clauses.
|
String |
PropertyChainTranslator.translate(VarSupply vs,
String subjectVar,
boolean dropLast)
Translate this collection of property chains to the corresponding
SPARQL optional clauses.
|
Constructor and Description |
---|
PropertyChainTranslator.Vars(VarSupply vs) |
Copyright © 2014. All Rights Reserved.