Class WeightedMultigraph

    • Constructor Detail

      • WeightedMultigraph

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

        public WeightedMultigraph()
        Creates a new weighted multigraph.