Class SimpleWeightedGraph

    • Constructor Detail

      • SimpleWeightedGraph

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

        public SimpleWeightedGraph()
        Creates a new simple weighted graph.