| Package | Description |
|---|---|
| org.aksw.jena_sparql_api.normal_form | |
| org.aksw.sparqlify.restriction |
| 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> |
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) |
Collection<Clause> |
ExprNormalForm.getClauses() |
Set<Clause> |
NestedNormalForm.getClausesByVar(com.hp.hpl.jena.sparql.core.Var var) |
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 |
|---|---|
protected void |
NestedNormalForm.onAdd(Clause clause) |
protected void |
NestedNormalForm.onRemove(Clause clause) |
| 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
|
Copyright © 2015. All rights reserved.