Class SEI<E>

  • Type Parameters:
    E - edge type
    All Implemented Interfaces:
    SE<E>
    Direct Known Subclasses:
    LEI, SyntheticSE

    public class SEI<E>
    extends Object
    implements SE<E>
    Implementation of a delegate class for a generic edge of type E
    • Field Detail

      • edge

        public final E edge
    • Constructor Detail

      • SEI

        public SEI​(E edge)