Class DefaultGraph<V,E>

java.lang.Object
org.jzy3d.maths.graphs.DefaultGraph<V,E>
All Implemented Interfaces:
IGraph<V,E>

public class DefaultGraph<V,E> extends Object implements IGraph<V,E>
  • Field Details

    • vertices

      protected List<V> vertices
    • edges

      protected List<E> edges
    • edgeStart

      protected Map<E,V> edgeStart
    • edgeStop

      protected Map<E,V> edgeStop
  • Constructor Details

    • DefaultGraph

      public DefaultGraph()
  • Method Details