| Package | Description |
|---|---|
| org.aksw.sparqlify.core.algorithms | |
| org.aksw.sparqlify.database | |
| org.aksw.sparqlify.sparqlview |
| Modifier and Type | Method and Description |
|---|---|
static Constraint |
CandidateViewSelectorBase.deriveConstraint(com.hp.hpl.jena.sparql.expr.Expr expr) |
static Constraint |
CandidateViewSelectorImplUseTheGenericImplInstead.deriveConstraint(com.hp.hpl.jena.sparql.expr.Expr expr) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Constraint> |
CandidateViewSelectorBase.inferColumnConstraints(com.hp.hpl.jena.sparql.core.Quad quad,
RestrictionImpl[] termRestriction,
Clause clause) |
| Modifier and Type | Class and Description |
|---|---|
class |
CompareConstraint |
class |
EqualsConstraint |
class |
IsPrefixOfConstraint |
class |
StartsWithConstraint |
| Modifier and Type | Method and Description |
|---|---|
static Constraint |
RdfViewSystem2.deriveConstraint(com.hp.hpl.jena.sparql.expr.Expr expr) |
Constraint |
VariableConstraint.getConstraint() |
| Modifier and Type | Method and Description |
|---|---|
void |
PrefixIndex.lookup(Constraint... constraints)
The constraints given as arguments are interpreted as conjunctions.
|
Collection<Object> |
PrefixMapStoreAccessor.lookup(Object store,
Constraint constraint)
The constraints given as arguments are interpreted as conjunctions.
|
Collection<Object> |
PatriciaPrefixMapStoreAccessor.lookup(Object store,
Constraint constraint)
The constraints given as arguments are interpreted as conjunctions.
|
| Modifier and Type | Method and Description |
|---|---|
org.aksw.sparqlify.database.IndexCandidate |
IndexCollection.get(List<IndexMetaNode> nodes,
int baseNodeDepth,
int baseColumnDepth,
Map<String,Constraint> constraints)
TODO Given {a = const , b = const} and an index (a, b) with support for equals.
|
Collection<List<Object>> |
IndexCollection.get(Map<String,Constraint> constraints,
org.aksw.sparqlify.database.IndexMap<String,Column> columns) |
void |
IndexCollection.getRows(Map<String,Constraint> constraints,
IndexMetaNode node,
List<Integer> path) |
Collection<List<Object>> |
Table.select(Map<String,Constraint> constraints) |
Collection<List<Object>> |
TableImpl.select(Map<String,Constraint> constraints) |
| Constructor and Description |
|---|
VariableConstraint(String variableName,
Constraint constraint) |
| Modifier and Type | Method and Description |
|---|---|
static Constraint |
SparqlViewSystem.deriveConstraint(com.hp.hpl.jena.sparql.expr.Expr expr) |
Copyright © 2014. All rights reserved.