| Interface | Description |
|---|---|
| VisitDistance<V,W extends java.lang.Number> |
Interface that is helpful for implements visit that needs to retrieve the distance between a vertex to all the others
|
| VisitDistSourceDest<V,W extends java.lang.Number> |
Interface that is helpful for implements visit that needs to retrieve the distance between a vertex to all the others
|
| VisitSCC<V,W extends java.lang.Number> |
Interface that is helpful for implements visit that needs to retrieve the SCC
|
| VisitStrategy<V,W extends java.lang.Number> |
This class is used for define some strategy for the visit of a graph.
|
| VisitTopological<V,W extends java.lang.Number> |
Interface that is helpful for implements visit that needs to retrieve the topological sort
|