| Package | Description |
|---|---|
| org.aksw.sparqlify.core.algorithms | |
| org.aksw.sparqlify.database | |
| org.aksw.sparqlify.restriction | |
| org.aksw.sparqlify.restriction.experiment |
| 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 | Field and Description |
|---|---|
protected com.google.common.collect.Multimap<com.hp.hpl.jena.sparql.expr.Expr,Clause> |
ExprNormalForm.exprToClauses |
protected com.google.common.collect.Multimap<Set<com.hp.hpl.jena.sparql.core.Var>,Clause> |
ExprNormalForm.varsToClauses |
protected com.google.common.collect.Multimap<com.hp.hpl.jena.sparql.core.Var,Clause> |
ExprNormalForm.varToClauses |
| Modifier and Type | Method and Description |
|---|---|
Set<Clause> |
ExprIndex.calcEffectiveClauses()
This method is an ugly hack right, but I don't know
where to better calculate it
|
Set<Clause> |
ExprNormalForm.filterByVars(Set<com.hp.hpl.jena.sparql.core.Var> requiredVars) |
Set<Clause> |
ExprNormalForm.get(Collection<com.hp.hpl.jena.sparql.core.Var> vars) |
Collection<Clause> |
ExprNormalForm.get(com.hp.hpl.jena.sparql.core.Var var) |
Set<Clause> |
ExprIndex.getAllClausesWith(com.hp.hpl.jena.sparql.core.Var var)
Any clause containing a var means, that in order for the clause to evaluate
to true, the expression it is involved must be true.
|
Set<Clause> |
ExprIndex.getAllSingleVarExprs(com.hp.hpl.jena.sparql.core.Var var) |
Collection<Clause> |
ExprNormalForm.getClauses() |
Set<Clause> |
NestedNormalForm.getClausesByVar(com.hp.hpl.jena.sparql.core.Var var) |
Set<Clause> |
ExprIndex.getEffectiveClauses() |
Collection<Clause> |
ExprNormalForm.getExactly(Set<com.hp.hpl.jena.sparql.core.Var> vars)
Return all expressions having exactly the specified vars
|
| Modifier and Type | Method and Description |
|---|---|
void |
ExprIndex.calcEffectiveClauses(List<Dnf> dnfs,
int index,
Set<Clause> blacklist,
Clause parentClause,
Set<Clause> result)
I use this method for getting constraints for finding view candidates
|
static boolean |
FilterPlacementOptimizer2.doesClauseContainBoundExpr(Clause clause) |
protected void |
NestedNormalForm.onAdd(Clause clause) |
protected void |
NestedNormalForm.onRemove(Clause clause) |
| Modifier and Type | Method and Description |
|---|---|
void |
ExprIndex.calcEffectiveClauses(List<Dnf> dnfs,
int index,
Set<Clause> blacklist,
Clause parentClause,
Set<Clause> result)
I use this method for getting constraints for finding view candidates
|
void |
ExprIndex.calcEffectiveClauses(List<Dnf> dnfs,
int index,
Set<Clause> blacklist,
Clause parentClause,
Set<Clause> result)
I use this method for getting constraints for finding view candidates
|
| Constructor and Description |
|---|
Cnf(Collection<Clause> clauses) |
Dnf(Collection<Clause> clauses) |
ExprNormalForm(Collection<Clause> clauses) |
NestedNormalForm(Set<Clause> clauses) |
| Modifier and Type | Method and Description |
|---|---|
Set<Clause> |
RestrictionManagerImpl.getClausesForVar(com.hp.hpl.jena.sparql.core.Var var) |
Set<Clause> |
RestrictionManagerImpl.getClausesForVars(Collection<com.hp.hpl.jena.sparql.core.Var> vars)
Returns all clauses having any of the given variables
|
Set<Clause> |
RestrictionManagerImpl.getEffectiveDnf(Collection<com.hp.hpl.jena.sparql.core.Var> vars) |
| Modifier and Type | Method and Description |
|---|---|
void |
RestrictionManagerImpl.check(Clause clause) |
void |
RestrictionManagerImpl.getEffectiveDnf(int index,
List<Clause> cnfs,
Clause parentClause,
Set<Clause> result)
I use this method for getting constraints for finding view candidates
|
| Modifier and Type | Method and Description |
|---|---|
void |
RestrictionManagerImpl.checkClauses(Collection<Clause> clauses) |
void |
RestrictionManagerImpl.deriveRestrictions(Set<Clause> cnf) |
void |
RestrictionManagerImpl.getEffectiveDnf(int index,
List<Clause> cnfs,
Clause parentClause,
Set<Clause> result)
I use this method for getting constraints for finding view candidates
|
void |
RestrictionManagerImpl.getEffectiveDnf(int index,
List<Clause> cnfs,
Clause parentClause,
Set<Clause> result)
I use this method for getting constraints for finding view candidates
|
| Modifier and Type | Method and Description |
|---|---|
Set<Clause> |
RestrictionManagerBeforeChangingToMap.getClausesForVars(Collection<com.hp.hpl.jena.sparql.core.Var> vars) |
Set<Clause> |
RestrictionManager2.getClausesForVars(Collection<com.hp.hpl.jena.sparql.core.Var> vars) |
Set<Clause> |
RestrictionManagerBeforeChangingToMap.getEffectiveDnf(Collection<com.hp.hpl.jena.sparql.core.Var> vars) |
Set<Clause> |
RestrictionManager2.getEffectiveDnf(Collection<com.hp.hpl.jena.sparql.core.Var> vars) |
| Modifier and Type | Method and Description |
|---|---|
void |
RestrictionManagerBeforeChangingToMap.check(Clause clause) |
void |
RestrictionManager2.check(Clause clause) |
void |
RestrictionManagerBeforeChangingToMap.getEffectiveDnf(int index,
List<Clause> cnfs,
Clause parentClause,
Set<Clause> result)
I use this method for getting constraints for finding view candidates
|
void |
RestrictionManager2.getEffectiveDnf(int index,
List<Clause> cnfs,
Clause parentClause,
Set<Clause> result)
I use this method for getting constraints for finding view candidates
|
| Modifier and Type | Method and Description |
|---|---|
void |
RestrictionManagerBeforeChangingToMap.checkClauses(Collection<Clause> clauses) |
void |
RestrictionManager2.checkClauses(Collection<Clause> clauses) |
void |
RestrictionManagerBeforeChangingToMap.deriveRestrictions(Set<Clause> cnf) |
void |
RestrictionManager2.deriveRestrictions(Set<Clause> cnf) |
void |
RestrictionManagerBeforeChangingToMap.getEffectiveDnf(int index,
List<Clause> cnfs,
Clause parentClause,
Set<Clause> result)
I use this method for getting constraints for finding view candidates
|
void |
RestrictionManagerBeforeChangingToMap.getEffectiveDnf(int index,
List<Clause> cnfs,
Clause parentClause,
Set<Clause> result)
I use this method for getting constraints for finding view candidates
|
void |
RestrictionManager2.getEffectiveDnf(int index,
List<Clause> cnfs,
Clause parentClause,
Set<Clause> result)
I use this method for getting constraints for finding view candidates
|
void |
RestrictionManager2.getEffectiveDnf(int index,
List<Clause> cnfs,
Clause parentClause,
Set<Clause> result)
I use this method for getting constraints for finding view candidates
|
Copyright © 2013. All Rights Reserved.