Uses of Interface
org.aksw.jenax.facete.treequery2.api.ConstraintNode
Packages that use ConstraintNode
Package
Description
-
Uses of ConstraintNode in org.aksw.facete.v4.impl
Methods in org.aksw.facete.v4.impl with parameters of type ConstraintNodeModifier and TypeMethodDescriptionstatic ElementGeneratorElementGenerator.configure(ConstraintNode<NodeQuery> cn) -
Uses of ConstraintNode in org.aksw.jenax.facete.treequery2.api
Methods in org.aksw.jenax.facete.treequery2.api that return ConstraintNodeMethods in org.aksw.jenax.facete.treequery2.api that return types with arguments of type ConstraintNodeModifier and TypeMethodDescriptionConstraintFacade<? extends ConstraintNode<R>>ConstraintNode.enterConstraints()RelationQuery.getFacetConstraints()Get the constraints that were placed on this relationMethods in org.aksw.jenax.facete.treequery2.api with parameters of type ConstraintNodeModifier and TypeMethodDescriptionstatic ScopedFacetPathConstraintNode.toScopedFacetPath(ConstraintNode<NodeQuery> constraintNode) -
Uses of ConstraintNode in org.aksw.jenax.facete.treequery2.impl
Classes in org.aksw.jenax.facete.treequery2.impl that implement ConstraintNodeModifier and TypeClassDescriptionclassThis implementation features support for traversals along facet paths as well as setting constraints on the paths.Fields in org.aksw.jenax.facete.treequery2.impl declared as ConstraintNodeModifier and TypeFieldDescriptionprotected ConstraintNode<NodeQuery>NodeQueryImpl.constraintRootFields in org.aksw.jenax.facete.treequery2.impl with type parameters of type ConstraintNodeModifier and TypeFieldDescriptionprotected FacetConstraints<ConstraintNode<NodeQuery>>RelationQueryImpl.facetConstraintsMethods in org.aksw.jenax.facete.treequery2.impl that return ConstraintNodeModifier and TypeMethodDescriptionNodeQueryImpl.constraints()PropertyGroup.constraints()ConstraintNodeImpl.getParent()ConstraintNodeImpl.sort(int sortDirection) Methods in org.aksw.jenax.facete.treequery2.impl that return types with arguments of type ConstraintNodeModifier and TypeMethodDescriptionConstraintNodeImpl.enterConstraints()RelationQueryImpl.getFacetConstraints()static Function<ConstraintNode<NodeQuery>,org.apache.jena.sparql.core.Var> ElementGeneratorLateral.resolveScopeName(FacetPathMapping facetPathMapping) Traversing along the empty path from a relationQuery's variable returns that variable again.