Class SimpleGraph<V,​E>

    • Constructor Detail

      • SimpleGraph

        public SimpleGraph​(EdgeFactory<V,​E> ef)
        Creates a new simple graph with the specified edge factory.
        Parameters:
        ef - the edge factory of the new graph.
      • SimpleGraph

        public SimpleGraph​(java.lang.Class<? extends E> edgeClass)
        Creates a new simple graph.
        Parameters:
        edgeClass - class on which to base factory for edges