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.
|
Modifier and Type | Method and Description |
---|---|
Variable |
VarSupply.newVar()
Answer a new variable not equal to any that this VarSupply has
delivered before.
|
Modifier and Type | Field and Description |
---|---|
static Variable |
APIQuery.SELECT_VAR |
Modifier and Type | Field and Description |
---|---|
protected Map<Variable,Param.Info> |
APIQuery.varInfo |
protected Map<String,Variable> |
APIQuery.varsForPropertyChains
Map from property chain names (ie dotted strings) to the variable at the
end of that chain.
|
Modifier and Type | Method and Description |
---|---|
protected Variable |
APIQuery.addPropertyHasValue_REV(Param param) |
Variable |
APIQuery.newVar() |
Modifier and Type | Method and Description |
---|---|
void |
APIQuery.addNumericRangeFilter(Variable v,
double x,
double dx) |
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). |
Modifier and Type | Method and Description |
---|---|
static Variable |
RDFQ.var(String name) |
Copyright © 2014. All Rights Reserved.