Package org.aksw.jenax.treequery2.old
Class NodeQueryOldImpl
java.lang.Object
org.aksw.jenax.facete.treequery2.impl.NodeQueryBase
org.aksw.jenax.treequery2.old.NodeQueryOldImpl
- All Implemented Interfaces:
HasSlice,NodeQueryOld
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Map<org.aksw.jenax.path.core.FacetStep,NodeQueryOld> protected Longprotected Longprotected NodeQueryOldprotected List<org.apache.jena.query.SortCondition>protected org.aksw.jenax.path.core.FacetStep -
Constructor Summary
ConstructorsConstructorDescriptionNodeQueryOldImpl(NodeQueryOld parent, org.aksw.jenax.path.core.FacetStep step) -
Method Summary
Modifier and TypeMethodDescriptiongetChild(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()List<org.apache.jena.query.SortCondition>limit()Convenience method to set the limit on the underlying relation.static NodeQueryOldnewRoot()offset()Convenience method to set the offset on the underlying relation.order()Start a traversal for a order.
-
Field Details
-
sortConditions
-
children
-
step
protected org.aksw.jenax.path.core.FacetStep step -
parent
-
offset
-
limit
-
-
Constructor Details
-
NodeQueryOldImpl
-
-
Method Details
-
offset
- Specified by:
offsetin interfaceHasSlice- Specified by:
offsetin interfaceNodeQueryOld
-
offset
Description copied from interface:NodeQueryOldConvenience method to set the offset on the underlying relation.- Specified by:
offsetin interfaceHasSlice- Specified by:
offsetin interfaceNodeQueryOld
-
limit
- Specified by:
limitin interfaceHasSlice- Specified by:
limitin interfaceNodeQueryOld
-
limit
Description copied from interface:NodeQueryOldConvenience method to set the limit on the underlying relation.- Specified by:
limitin interfaceHasSlice- Specified by:
limitin interfaceNodeQueryOld
-
getParent
- Specified by:
getParentin interfaceNodeQueryOld
-
getPath
public org.aksw.jenax.path.core.FacetPath getPath()- Specified by:
getPathin interfaceNodeQueryOld
-
getChildren
- Specified by:
getChildrenin interfaceNodeQueryOld
-
getSortConditions
- Specified by:
getSortConditionsin interfaceNodeQueryOld
-
getChild
Description copied from interface:NodeQueryOldReturns null if there is no child reachable with the given step.- Specified by:
getChildin interfaceNodeQueryOld
-
getOrCreateChild
- Specified by:
getOrCreateChildin interfaceNodeQueryOld
-
newRoot
-
order
Start a traversal for a order. Orders are only applied when .asc() or .desc() is called.- Specified by:
orderin interfaceNodeQueryOld
-
getRelation
- Specified by:
getRelationin interfaceNodeQueryOld
-