Class Multigraph

    • Constructor Detail

      • Multigraph

        public Multigraph()
        Creates a new multigraph.
      • Multigraph

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