Class SimpleDirectedGraph

    • Constructor Detail

      • SimpleDirectedGraph

        public SimpleDirectedGraph()
        Creates a new simple directed graph.
      • SimpleDirectedGraph

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