Interface PathTraitNode<T>

All Superinterfaces:
PathTrait<T>

public interface PathTraitNode<T> extends PathTrait<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    default T
     
    default T
    bwd(org.apache.jena.graph.Node p)
     
    default T
    bwd(org.apache.jena.rdf.model.Resource p)
     
    default T
     
    default T
    fwd(org.apache.jena.graph.Node p)
     
    default T
    fwd(org.apache.jena.rdf.model.Resource p)
     
    default T
    step(String p, boolean isFwd)
     
    default T
    step(org.apache.jena.rdf.model.Resource p, boolean isFwd)
     

    Methods inherited from interface org.aksw.jena_sparql_api.data_query.api.PathTrait

    step
  • Method Details

    • fwd

      default T fwd(org.apache.jena.rdf.model.Resource p)
      Specified by:
      fwd in interface PathTrait<T>
    • fwd

      default T fwd(org.apache.jena.graph.Node p)
      Specified by:
      fwd in interface PathTrait<T>
    • fwd

      default T fwd(String p)
      Specified by:
      fwd in interface PathTrait<T>
    • bwd

      default T bwd(org.apache.jena.rdf.model.Resource p)
      Specified by:
      bwd in interface PathTrait<T>
    • bwd

      default T bwd(org.apache.jena.graph.Node p)
      Specified by:
      bwd in interface PathTrait<T>
    • bwd

      default T bwd(String p)
      Specified by:
      bwd in interface PathTrait<T>
    • step

      default T step(org.apache.jena.rdf.model.Resource p, boolean isFwd)
      Specified by:
      step in interface PathTrait<T>
    • step

      default T step(String p, boolean isFwd)
      Specified by:
      step in interface PathTrait<T>