Interface | Description |
---|---|
IGraph |
Class | Description |
---|---|
GraphFactory |
This class offers some static methods to obtain particular instances
|
GraphTools |
This class offers a method to read a graph that has been
saved using the method saveGraph(String fileName) defined
in the interface IGraph.
|
InfoPath |
This class is used to store information concerning to paths
in DFS and BFS.
|
Vertices<T extends java.io.Serializable> |
This class can be used to store the vertices
of a graph.
|