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.shortnames |
The shortnames package contains classes to handle the
short-name structure of an LDA configuration.
|
Modifier and Type | Method and Description |
---|---|
static void |
EndpointMetadata.addAllMetadata(APIResultSet.MergedModels mergedModels,
URI ru,
com.hp.hpl.jena.rdf.model.Resource uriForDefinition,
Bindings bindings,
CompleteContext cc,
boolean suppress_IPTO,
com.hp.hpl.jena.rdf.model.Resource thisMetaPage,
int page,
int perPage,
Integer totalResults,
boolean hasMorePages,
List<com.hp.hpl.jena.rdf.model.Resource> resultList,
SetsMetadata setsMeta,
WantsMetadata wantsMeta,
String selectQuery,
String viewQuery,
Source source,
Map<String,View> views,
Set<Factories.FormatNameAndType> formats,
EndpointDetails details) |
void |
EndpointMetadata.addBindings(com.hp.hpl.jena.rdf.model.Model toScan,
com.hp.hpl.jena.rdf.model.Model meta,
com.hp.hpl.jena.rdf.model.Resource anExec,
CompleteContext cc) |
void |
EndpointMetadata.addTermBindings(com.hp.hpl.jena.rdf.model.Model toScan,
com.hp.hpl.jena.rdf.model.Model meta,
com.hp.hpl.jena.rdf.model.Resource exec,
CompleteContext cc) |
void |
EndpointMetadata.addVersions(com.hp.hpl.jena.rdf.model.Model m,
CompleteContext cc,
Map<String,View> views)
Create metadata describing the alternative views available
for this endpoint, given their names.
|
Modifier and Type | Method and Description |
---|---|
CompleteContext |
CompleteContext.include(com.hp.hpl.jena.rdf.model.Model m) |
Copyright © 2014. All Rights Reserved.