Class PathEdge<T>

  • Type Parameters:
    T - node type in the supergraph

    public final class PathEdge<T>
    extends Object
    an individual edge ->
    • Method Detail

      • createPathEdge

        public static <T> PathEdge<T> createPathEdge​(T s_p,
                                                     int d1,
                                                     T n,
                                                     int d2)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • getD1

        public int getD1()
      • getD2

        public int getD2()
      • getEntry

        public T getEntry()
      • getTarget

        public T getTarget()