Class WeightedMultigraph<V,​E>

    • Constructor Detail

      • WeightedMultigraph

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

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