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 | Method and Description |
---|---|
abstract Param |
Param.expand(Bindings cc) |
static Param |
Param.make(ShortnameService sns,
String p) |
abstract Param |
Param.plain() |
Modifier and Type | Field and Description |
---|---|
Param |
PendingParameterValue.param |
Modifier and Type | Method and Description |
---|---|
void |
ContextQueryUpdater.addFilterFromQuery(Param param,
String raw_val)
General interface for extending the query with a specified parameter.
|
protected void |
APIQuery.addNameProp(Param param,
String literal) |
protected void |
APIQuery.addPropertyHasntValue(Param param) |
protected Variable |
APIQuery.addPropertyHasValue_REV(Param param) |
protected void |
APIQuery.addPropertyHasValue(Param param) |
protected void |
APIQuery.addPropertyHasValue(Param param,
String val) |
protected void |
APIQuery.addRangeFilter(Param param,
String val,
String op) |
void |
APIQuery.deferrableAddFilter(Param param,
String val) |
protected void |
APIQuery.optionalProperty(Variable startFrom,
Param param,
Variable var)
Generate triples to bind
var to the value of the
param property chain if it exists (ie all of the triples are
OPTIONAL). |
Constructor and Description |
---|
PendingParameterValue(Param param,
String val) |
Copyright © 2014. All Rights Reserved.