Uses of Class
org.aksw.jena_sparql_api.normal_form.Clause
Packages that use Clause
Package
Description
-
Uses of Clause in org.aksw.jena_sparql_api.normal_form
Fields in org.aksw.jena_sparql_api.normal_form with type parameters of type ClauseModifier and TypeFieldDescriptionprotected com.google.common.collect.Multimap<org.apache.jena.sparql.expr.Expr,Clause> ExprNormalForm.exprToClausesExprNormalForm.varsToClausesprotected com.google.common.collect.Multimap<org.apache.jena.sparql.core.Var,Clause> ExprNormalForm.varToClausesMethods in org.aksw.jena_sparql_api.normal_form that return types with arguments of type ClauseModifier and TypeMethodDescriptionExprNormalForm.filterByVars(Set<org.apache.jena.sparql.core.Var> requiredVars) ExprNormalForm.get(Collection<org.apache.jena.sparql.core.Var> vars) ExprNormalForm.get(org.apache.jena.sparql.core.Var var) ExprNormalForm.getClauses()NestedNormalForm.getClausesByVar(org.apache.jena.sparql.core.Var var) ExprNormalForm.getExactly(Set<org.apache.jena.sparql.core.Var> vars) Return all expressions having exactly the specified varsMethods in org.aksw.jena_sparql_api.normal_form with parameters of type ClauseModifier and TypeMethodDescriptionprotected voidprotected voidConstructor parameters in org.aksw.jena_sparql_api.normal_form with type arguments of type ClauseModifierConstructorDescriptionCnf(Collection<Clause> clauses) Dnf(Collection<Clause> clauses) ExprNormalForm(Collection<Clause> clauses) NestedNormalForm(Set<Clause> clauses) -
Uses of Clause in org.aksw.jena_sparql_api.restriction
Methods in org.aksw.jena_sparql_api.restriction that return types with arguments of type ClauseModifier and TypeMethodDescriptionRestrictionManagerImpl.getClausesForVar(org.apache.jena.sparql.core.Var var) RestrictionManagerImpl.getClausesForVars(Collection<org.apache.jena.sparql.core.Var> vars) Returns all clauses having any of the given variablesRestrictionManagerImpl.getEffectiveDnf(Collection<org.apache.jena.sparql.core.Var> vars) Methods in org.aksw.jena_sparql_api.restriction with parameters of type ClauseModifier and TypeMethodDescriptionvoidvoidRestrictionManagerImpl.getEffectiveDnf(int index, List<Clause> cnfs, Clause parentClause, Set<Clause> result) I use this method for getting constraints for finding view candidatesMethod parameters in org.aksw.jena_sparql_api.restriction with type arguments of type ClauseModifier and TypeMethodDescriptionvoidRestrictionManagerImpl.checkClauses(Collection<Clause> clauses) voidRestrictionManagerImpl.deriveRestrictions(Set<Clause> cnf) voidRestrictionManagerImpl.getEffectiveDnf(int index, List<Clause> cnfs, Clause parentClause, Set<Clause> result) I use this method for getting constraints for finding view candidatesvoidRestrictionManagerImpl.getEffectiveDnf(int index, List<Clause> cnfs, Clause parentClause, Set<Clause> result) I use this method for getting constraints for finding view candidates -
Uses of Clause in org.aksw.jena_sparql_api.views
Methods in org.aksw.jena_sparql_api.views with parameters of type ClauseModifier and TypeMethodDescriptionCandidateViewSelectorBase.inferColumnConstraints(org.apache.jena.sparql.core.Quad quad, RestrictionImpl[] termRestriction, Clause clause) -
Uses of Clause in org.aksw.sparqlify.database
Fields in org.aksw.sparqlify.database with type parameters of type ClauseModifier and TypeFieldDescriptionprotected com.google.common.collect.Multimap<org.apache.jena.sparql.expr.Expr,Clause> ExprNormalForm.exprToClausesExprNormalForm.varsToClausesprotected com.google.common.collect.Multimap<org.apache.jena.sparql.core.Var,Clause> ExprNormalForm.varToClausesMethods in org.aksw.sparqlify.database that return types with arguments of type ClauseModifier and TypeMethodDescriptionExprIndex.calcEffectiveClauses()This method is an ugly hack right, but I don't know where to better calculate itExprNormalForm.filterByVars(Set<org.apache.jena.sparql.core.Var> requiredVars) ExprNormalForm.get(Collection<org.apache.jena.sparql.core.Var> vars) ExprNormalForm.get(org.apache.jena.sparql.core.Var var) ExprIndex.getAllClausesWith(org.apache.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.ExprIndex.getAllSingleVarExprs(org.apache.jena.sparql.core.Var var) ExprNormalForm.getClauses()ExprIndex.getEffectiveClauses()ExprNormalForm.getExactly(Set<org.apache.jena.sparql.core.Var> vars) Return all expressions having exactly the specified varsMethods in org.aksw.sparqlify.database with parameters of type ClauseModifier and TypeMethodDescriptionvoidExprIndex.calcEffectiveClauses(List<Dnf> dnfs, int index, Set<Clause> blacklist, Clause parentClause, Set<Clause> result) I use this method for getting constraints for finding view candidatesstatic booleanFilterPlacementOptimizer2.doesClauseContainBoundExpr(Clause clause) Method parameters in org.aksw.sparqlify.database with type arguments of type ClauseModifier and TypeMethodDescriptionvoidExprIndex.calcEffectiveClauses(List<Dnf> dnfs, int index, Set<Clause> blacklist, Clause parentClause, Set<Clause> result) I use this method for getting constraints for finding view candidatesConstructor parameters in org.aksw.sparqlify.database with type arguments of type Clause