Package com.jgalgo
Interface TopologicalOrderAlgo.Result
-
- Enclosing interface:
- TopologicalOrderAlgo
public static interface TopologicalOrderAlgo.Result
A result object of aTopologicalOrderAlgo
algorithm.- Author:
- Barak Ugav
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IntIterator
verticesIterator()
Get an iterator that iterate over the vertices of the graph in the order computed by theTopologicalOrderAlgo
.
-
-
-
Method Detail
-
verticesIterator
IntIterator verticesIterator()
Get an iterator that iterate over the vertices of the graph in the order computed by theTopologicalOrderAlgo
.- Returns:
- an iterator that iterate over the vertices of the graph in the order computed
-
-