Class BasicGraphEdge<N>

  • Type Parameters:
    N - Node type.
    All Implemented Interfaces:
    GraphEdge<N>

    public class BasicGraphEdge<N>
    extends Object
    implements GraphEdge<N>
    Base and naive implementation of graph edge.
    Author:
    Damien Carbonne