Uses of Interface
org.aksw.jenax.treequery2.old.NodeQueryOld
Packages that use NodeQueryOld
Package
Description
-
Uses of NodeQueryOld in org.aksw.jenax.facete.treequery2.api
Methods in org.aksw.jenax.facete.treequery2.api that return NodeQueryOldModifier and TypeMethodDescriptionRelationQuery.asNode()Each row of a relation can be viewed as a node that has the column values as propertiesMethods in org.aksw.jenax.facete.treequery2.api with parameters of type NodeQueryOldModifier and TypeMethodDescriptionvoidRelationQuery.partitionBy(NodeQueryOld... paths) Declare this relation to be partitioned by the given paths. -
Uses of NodeQueryOld in org.aksw.jenax.facete.treequery2.impl
Fields in org.aksw.jenax.facete.treequery2.impl declared as NodeQueryOldModifier and TypeFieldDescriptionprotected NodeQueryOldPartitionedRelationSpec.interPartitionSortConditionsMethods in org.aksw.jenax.facete.treequery2.impl that return NodeQueryOldModifier and TypeMethodDescriptionRelationQueryImpl.asNode()If the relation only defines a single root then return it.ResultNode.getQueryNode()Get the query node which provides the schema (the set of available properties) for this result nodeMethods in org.aksw.jenax.facete.treequery2.impl with parameters of type NodeQueryOld -
Uses of NodeQueryOld in org.aksw.jenax.treequery2.old
Classes in org.aksw.jenax.treequery2.old that implement NodeQueryOldFields in org.aksw.jenax.treequery2.old declared as NodeQueryOldFields in org.aksw.jenax.treequery2.old with type parameters of type NodeQueryOldModifier and TypeFieldDescriptionprotected Map<org.aksw.jenax.path.core.FacetStep,NodeQueryOld> NodeQueryOldImpl.childrenMethods in org.aksw.jenax.treequery2.old that return NodeQueryOldModifier and TypeMethodDescriptiondefault NodeQueryOlddefault NodeQueryOldNodeQueryOld.bwd(org.apache.jena.graph.Node property) default NodeQueryOlddefault NodeQueryOldNodeQueryOld.fwd(org.apache.jena.graph.Node property) NodeQueryOld.getChild(org.aksw.jenax.path.core.FacetStep step) Returns null if there is no child reachable with the given step.NodeQueryOldImpl.getChild(org.aksw.jenax.path.core.FacetStep step) NodeQueryOld.getOrCreateChild(org.aksw.jenax.path.core.FacetStep step) NodeQueryOldImpl.getOrCreateChild(org.aksw.jenax.path.core.FacetStep step) NodeQueryOld.getParent()NodeQueryOldImpl.getParent()default NodeQueryOldNodeQueryOld.getRoot()default NodeQueryOldConvenience method to set the limit on the underlying relation.static NodeQueryOldNodeQueryOldImpl.newRoot()default NodeQueryOldConvenience method to set the offset on the underlying relation.Methods in org.aksw.jenax.treequery2.old that return types with arguments of type NodeQueryOldConstructors in org.aksw.jenax.treequery2.old with parameters of type NodeQueryOldModifierConstructorDescriptionNodeQueryOldImpl(NodeQueryOld parent, org.aksw.jenax.path.core.FacetStep step)