Package | Description |
---|---|
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 | Field and Description |
---|---|
protected List<RenderExpression> |
APIQuery.FilterExpressions.expressions |
protected List<RenderExpression> |
APIQuery.filterExpressions
List of little infix expressions (operands must be RDFQ.Any's) which are
SPARQL filters for this query.
|
Modifier and Type | Method and Description |
---|---|
List<RenderExpression> |
APIQuery.getFilterExpressions() |
Modifier and Type | Method and Description |
---|---|
void |
APIQuery.FilterExpressions.add(RenderExpression e) |
void |
ValTranslator.Filters.add(RenderExpression e) |
void |
APIQuery.addFilterExpression(RenderExpression e) |
Constructor and Description |
---|
APIQuery.FilterExpressions(List<RenderExpression> expressions) |
Modifier and Type | Class and Description |
---|---|
class |
Any |
class |
AnyList
An AnyList is an RDFQ value representing a SPARQL bracketed list
construct.
|
class |
Apply |
class |
Infix |
class |
Term |
class |
URINode |
class |
Value |
class |
Variable |
Modifier and Type | Method and Description |
---|---|
static Apply |
RDFQ.apply(String f,
RenderExpression X) |
static Infix |
RDFQ.infix(RenderExpression L,
String op,
RenderExpression R) |
Constructor and Description |
---|
Apply(String f,
RenderExpression x) |
Infix(RenderExpression L,
String op,
RenderExpression R) |
Copyright © 2014. All Rights Reserved.