Class SimpleGraph

    • Constructor Detail

      • SimpleGraph

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

        public SimpleGraph()
        Creates a new simple graph.