Interface NodeQueryOld

All Superinterfaces:
HasSlice
All Known Implementing Classes:
NodeQueryOldImpl

public interface NodeQueryOld extends HasSlice
  • Method Details

    • getRelation

      RelationQuery getRelation()
    • getParent

      NodeQueryOld getParent()
    • getRoot

      default NodeQueryOld getRoot()
    • getPath

      org.aksw.jenax.path.core.FacetPath getPath()
    • getChildren

      Collection<NodeQueryOld> getChildren()
    • order

      OrderNode order()
    • fwd

      default NodeQueryOld fwd(String property)
    • fwd

      default NodeQueryOld fwd(org.apache.jena.graph.Node property)
    • bwd

      default NodeQueryOld bwd(String property)
    • bwd

      default NodeQueryOld bwd(org.apache.jena.graph.Node property)
    • getChild

      NodeQueryOld getChild(org.aksw.jenax.path.core.FacetStep step)
      Returns null if there is no child reachable with the given step.
    • getOrCreateChild

      NodeQueryOld getOrCreateChild(org.aksw.jenax.path.core.FacetStep step)
    • getSortConditions

      List<org.apache.jena.query.SortCondition> getSortConditions()
    • offset

      default NodeQueryOld offset(Long offset)
      Convenience method to set the offset on the underlying relation.
      Specified by:
      offset in interface HasSlice
    • offset

      default Long offset()
      Specified by:
      offset in interface HasSlice
    • limit

      default NodeQueryOld limit(Long limit)
      Convenience method to set the limit on the underlying relation.
      Specified by:
      limit in interface HasSlice
    • limit

      default Long limit()
      Specified by:
      limit in interface HasSlice