Class LEI<V,​E>

  • Type Parameters:
    V - vertex type
    E - edge type
    All Implemented Interfaces:
    LE<V,​E>, SE<E>
    Direct Known Subclasses:
    ArticulatedEdge, SyntheticLE, VirtualEdge

    public class LEI<V,​E>
    extends SEI<E>
    implements LE<V,​E>
    Implementation of an edge type used for the application of a layered layout algorithm.
    Instances of LEI<V,E> replace instances of E during layout
    • Field Detail

      • source

        public final LV<V> source
      • target

        public final LV<V> target
    • Constructor Detail

      • LEI

        public LEI​(E edge,
                   LV<V> source,
                   LV<V> target)