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.
|
Modifier and Type | Field and Description |
---|---|
Controls |
APIEndpoint.Request.c |
Modifier and Type | Method and Description |
---|---|
String |
View.fetchDescriptions(Controls c,
View.State s) |
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 |
---|
APIEndpoint.Request(Controls c,
URI requestURI,
Bindings context) |
Modifier and Type | Method and Description |
---|---|
protected APIResultSet |
APIQuery.fetchDescriptionOfAllResources(Controls c,
String select,
APISpec spec,
String graphName,
View view,
List<com.hp.hpl.jena.rdf.model.Resource> results) |
APIResultSet |
APIQuery.runQuery(NoteBoard nb,
Controls c,
APISpec spec,
Cache cache,
Bindings b,
View view)
Run the defined query against the datasource
|
protected APIResultSet |
APIQuery.runQueryWithSource(NoteBoard nb,
Controls c,
APISpec spec,
Bindings call,
String graphName,
View view,
Source source) |
protected Couple<String,List<com.hp.hpl.jena.rdf.model.Resource>> |
APIQuery.selectResources(Controls c,
APISpec spec,
Bindings b,
Source source)
Answer the select query (if any; otherwise, "") and list of resources
obtained by running that query.
|
Copyright © 2014. All Rights Reserved.