Interface PathAccessorRdf<P>

All Superinterfaces:
PathAccessorSimple<P>
All Known Subinterfaces:
PathAccessor<P>
All Known Implementing Classes:
PathAccessorImpl

public interface PathAccessorRdf<P> extends PathAccessorSimple<P>
  • Method Details

    • getReachingRelation

      Fragment2 getReachingRelation(P path)
    • isReverse

      boolean isReverse(P path)
    • getPredicate

      String getPredicate(P path)
    • getAlias

      String getAlias(P path)