Uses of Interface
org.aksw.jenax.facete.treequery2.api.RelationQuery
Packages that use RelationQuery
Package
Description
-
Uses of RelationQuery in org.aksw.jenax.facete.treequery2.api
Methods in org.aksw.jenax.facete.treequery2.api that return RelationQueryModifier and TypeMethodDescriptionstatic RelationQuerystatic RelationQueryRelationQuery.of(Supplier<Fragment> relation, QueryContext queryContext) static RelationQuerystatic RelationQueryRelationQuery.of(org.apache.jena.sparql.core.Var startVar) Create a new relation query with an empty graph pattern.NodeQuery.relationQuery()Return the RelationQuery of which this NodeQuery is a view of.default RelationQueryRelationQuery.root()Get the parent relation of this instanceMethods in org.aksw.jenax.facete.treequery2.api that return types with arguments of type RelationQueryModifier and TypeMethodDescriptionMap<org.aksw.jenax.path.core.FacetStep,RelationQuery> NodeQuery.children()Methods in org.aksw.jenax.facete.treequery2.api with parameters of type RelationQueryModifier and TypeMethodDescriptionstatic voidRelationQuery.doSort(RelationQuery relationQuery, org.apache.jena.sparql.expr.Expr expr, int sortDirection) static intRelationQuery.getSortDirection(RelationQuery relationQuery, org.apache.jena.sparql.expr.Expr expr) -
Uses of RelationQuery in org.aksw.jenax.facete.treequery2.impl
Classes in org.aksw.jenax.facete.treequery2.impl that implement RelationQueryFields in org.aksw.jenax.facete.treequery2.impl declared as RelationQueryFields in org.aksw.jenax.facete.treequery2.impl with type parameters of type RelationQueryModifier and TypeFieldDescriptionprotected Map<org.aksw.jenax.path.core.FacetStep,RelationQuery> NodeQueryImpl.childrenFacet steps with type TUPLE point to relationsMethods in org.aksw.jenax.facete.treequery2.impl that return RelationQueryMethods in org.aksw.jenax.facete.treequery2.impl that return types with arguments of type RelationQueryModifier and TypeMethodDescriptionMap<org.aksw.jenax.path.core.FacetStep,RelationQuery> NodeQueryImpl.children()Map<org.aksw.jenax.path.core.FacetStep,RelationQuery> PropertyGroup.children()Methods in org.aksw.jenax.facete.treequery2.impl with parameters of type RelationQueryModifier and TypeMethodDescriptionorg.apache.jena.sparql.syntax.ElementElementGeneratorLateral.createElement(RelationQuery current) org.apache.jena.sparql.syntax.ElementElementGeneratorLateral.createElement(RelationQuery current, org.aksw.jenax.path.core.FacetStep reachingStep) static Set<org.apache.jena.sparql.expr.Expr>ElementGeneratorLateral.createScopedConstraintExprs(RelationQuery relationQuery) The paths in the tree is what is being projected.static org.apache.jena.sparql.syntax.ElementElementGeneratorLateral.toElement(RelationQuery current) static org.apache.jena.query.QueryElementGeneratorLateral.toQuery(RelationQuery relationQuery) Returns a CONSTRUCT quads query -
Uses of RelationQuery in org.aksw.jenax.treequery2.old
Methods in org.aksw.jenax.treequery2.old that return RelationQuery