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 | Method and Description |
---|---|
static com.epimorphics.lda.core.ChainTrees |
ChainTree.make(Any r,
View.State st,
List<PropertyChain> chains)
Convert a list of property chains to the chain tree representation.
|
Modifier and Type | Method and Description |
---|---|
Any |
ValTranslator.objectForValue(Param.Info inf,
String val,
String languages) |
Any |
ValTranslator.objectForValue(String type,
String val,
String languages) |
Modifier and Type | Method and Description |
---|---|
APIQuery |
APIQuery.addSubjectHasProperty(com.hp.hpl.jena.rdf.model.Resource P,
Any O) |
Modifier and Type | Class and Description |
---|---|
class |
AnyList
An AnyList is an RDFQ value representing a SPARQL bracketed list
construct.
|
class |
Term |
class |
URINode |
class |
Value |
class |
Variable |
Modifier and Type | Field and Description |
---|---|
Any |
RDFQ.Triple.O |
Any |
RDFQ.Triple.P |
Any |
RDFQ.Triple.S |
Modifier and Type | Field and Description |
---|---|
protected List<Any> |
AnyList.elements |
Modifier and Type | Method and Description |
---|---|
static Any |
RDFQ.any(com.hp.hpl.jena.rdf.model.RDFNode rdf) |
Modifier and Type | Method and Description |
---|---|
List<Any> |
AnyList.getElements()
Return the list of elements in this AnyList.
|
Modifier and Type | Method and Description |
---|---|
static AnyList |
RDFQ.list(Any... elements) |
static RDFQ.Triple |
RDFQ.triple(Any S,
Any P,
Any O) |
Constructor and Description |
---|
AnyList(Any... elements)
Initialise this AnyList with a list of elements.
|
RDFQ.Triple(Any S,
Any P,
Any O) |
Modifier and Type | Field and Description |
---|---|
static Any |
QuerySupport.text_query |
Modifier and Type | Method and Description |
---|---|
static boolean |
QuerySupport.canPromoteSubject(Any S) |
String |
PrefixLogger.present(Any r) |
Copyright © 2014. All Rights Reserved.