Uses of Interface
org.aksw.sparqlify.database.Constraint
Packages that use Constraint
Package
Description
-
Uses of Constraint in org.aksw.jena_sparql_api.views
Methods in org.aksw.jena_sparql_api.views that return ConstraintModifier and TypeMethodDescriptionstatic ConstraintCandidateViewSelectorBase.deriveConstraint(org.apache.jena.sparql.expr.Expr expr) Methods in org.aksw.jena_sparql_api.views that return types with arguments of type ConstraintModifier and TypeMethodDescriptionCandidateViewSelectorBase.inferColumnConstraints(org.apache.jena.sparql.core.Quad quad, RestrictionImpl[] termRestriction, Clause clause) -
Uses of Constraint in org.aksw.jena_sparql_api.views.index
Methods in org.aksw.jena_sparql_api.views.index that return types with arguments of type ConstraintModifier and TypeMethodDescriptionCandidateViewSelectorImpl.inferColumnConstraints(Set<org.apache.jena.sparql.expr.Expr> dnfClause) -
Uses of Constraint in org.aksw.sparqlify.database
Classes in org.aksw.sparqlify.database that implement ConstraintModifier and TypeClassDescriptionclassclassclassclassMethods in org.aksw.sparqlify.database that return ConstraintMethods in org.aksw.sparqlify.database with parameters of type ConstraintModifier and TypeMethodDescriptionvoidPrefixIndex.lookup(Constraint... constraints) The constraints given as arguments are interpreted as conjunctions.PrefixMapStoreAccessor.lookup(Object store, Constraint constraint) The constraints given as arguments are interpreted as conjunctions.Method parameters in org.aksw.sparqlify.database with type arguments of type ConstraintModifier and TypeMethodDescriptionorg.aksw.sparqlify.database.IndexCandidateIndexCollection.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.voidIndexCollection.getRows(Map<String, Constraint> constraints, IndexMetaNode node, List<Integer> path) Table.select(Map<String, Constraint> constraints) TableImpl.select(Map<String, Constraint> constraints) Constructors in org.aksw.sparqlify.database with parameters of type Constraint -
Uses of Constraint in org.aksw.sparqlify.sparqlview
Methods in org.aksw.sparqlify.sparqlview that return ConstraintModifier and TypeMethodDescriptionstatic ConstraintSparqlViewSystem.deriveConstraint(org.apache.jena.sparql.expr.Expr expr)