Interface SparqlPathTraversable<T>

All Superinterfaces:
RdfTraversable<T>
All Known Implementing Classes:
ConnectiveBuilder, ElementNode, HasConnectiveBuilder.ConnectiveSubBuilder

public interface SparqlPathTraversable<T> extends RdfTraversable<T>
Interface for things that can be traversed with SPARQL 1.1 property paths.
  • Method Summary

    Modifier and Type
    Method
    Description
    default T
    step(org.apache.jena.graph.Node node, boolean isForward)
     
    step(org.apache.jena.sparql.path.Path path)
     

    Methods inherited from interface org.aksw.jenax.graphql.sparql.v2.api2.RdfTraversable

    bwd, bwd, bwd, fwd, fwd, fwd
  • Method Details

    • step

      default T step(org.apache.jena.graph.Node node, boolean isForward)
      Specified by:
      step in interface RdfTraversable<T>
    • step

      T step(org.apache.jena.sparql.path.Path path)