Class Multigraph<V,​E>

    • Constructor Detail

      • Multigraph

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

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