Interface LE<V,​E>

  • Type Parameters:
    V - vertex type
    E - edge type
    All Superinterfaces:
    SE<E>
    All Known Implementing Classes:
    ArticulatedEdge, LEI, SyntheticLE, VirtualEdge

    public interface LE<V,​E>
    extends SE<E>
    Interface for an edge type used for the application of a layered graph layout algorithm
    Instances of LE<V,E> replace instances of E during layout
    • Method Detail

      • of

        static <V,​E> LE<V,​E> of​(E edge,
                                            LV<V> source,
                                            LV<V> target)
      • swapped

        LE<V,​E> swapped()
      • getSource

        LV<V> getSource()
      • getTarget

        LV<V> getTarget()