Class SyntheticLE<V,​E>

  • Type Parameters:
    V - vertex type
    E - edge type
    All Implemented Interfaces:
    LE<V,​E>, SE<E>, Synthetic

    public class SyntheticLE<V,​E>
    extends LEI<V,​E>
    implements Synthetic
    an edge that is not in the original graph, but is synthesized to replace one or more original graph edges.
    • Field Detail

      • se

        protected LE<V,​E> se
        two synthetic edges are created by splitting an existing SE<V,E> edge. This is a reference to that edge The edge what was split will gain an intermediate vertex between the source and target vertices each time it or one of its split-off edges is further split
    • Constructor Detail

      • SyntheticLE

        protected SyntheticLE​(LE<V,​E> edge,
                              LV<V> source,
                              LV<V> target)