Class SimpleDirectedWeightedGraph

    • Constructor Detail

      • SimpleDirectedWeightedGraph

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

        public SimpleDirectedWeightedGraph()
        Creates a new simple directed weighted graph.