Package org.aksw.jenax.treequery2.old
Interface NodeQueryOld
- All Superinterfaces:
HasSlice
- All Known Implementing Classes:
NodeQueryOldImpl
-
Method Summary
Modifier and TypeMethodDescriptiondefault NodeQueryOlddefault NodeQueryOldbwd(org.apache.jena.graph.Node property) default NodeQueryOlddefault NodeQueryOldfwd(org.apache.jena.graph.Node property) getChild(org.aksw.jenax.path.core.FacetStep step) Returns null if there is no child reachable with the given step.getOrCreateChild(org.aksw.jenax.path.core.FacetStep step) org.aksw.jenax.path.core.FacetPathgetPath()default NodeQueryOldgetRoot()List<org.apache.jena.query.SortCondition>default Longlimit()default NodeQueryOldConvenience method to set the limit on the underlying relation.default Longoffset()default NodeQueryOldConvenience method to set the offset on the underlying relation.order()
-
Method Details
-
getRelation
RelationQuery getRelation() -
getParent
NodeQueryOld getParent() -
getRoot
-
getPath
org.aksw.jenax.path.core.FacetPath getPath() -
getChildren
Collection<NodeQueryOld> getChildren() -
order
OrderNode order() -
fwd
-
fwd
-
bwd
-
bwd
-
getChild
Returns null if there is no child reachable with the given step. -
getOrCreateChild
-
getSortConditions
List<org.apache.jena.query.SortCondition> getSortConditions() -
offset
Convenience method to set the offset on the underlying relation. -
offset
-
limit
Convenience method to set the limit on the underlying relation. -
limit
-