Class EdgeImpl<V,​E>

  • Type Parameters:
    V - the type of the decorated vertex value
    E - the type of the decorated edge value
    All Implemented Interfaces:
    Edge<V,​E>, MetaTagCollection

    public class EdgeImpl<V,​E>
    extends AbstractEdge<V,​E>

    Implementation of Edge

    Since:
    1.0
    Author:
    Andreas Schuler
    • Constructor Detail

      • EdgeImpl

        public EdgeImpl()