Interface EdgeSupport<V,​E>

  • Type Parameters:
    V - the vertex type
    E - the edge type
    All Known Implementing Classes:
    SimpleEdgeSupport

    public interface EdgeSupport<V,​E>
    interface to support the creation of new edges by the EditingGraphMousePlugin SimpleEdgeSupport is a sample implementation
    Author:
    Tom Nelson