Package com.jgalgo
Interface TopologicalOrderAlgo.Result
-
- Enclosing interface:
- TopologicalOrderAlgo
public static interface TopologicalOrderAlgo.ResultA result object of aTopologicalOrderAlgoalgorithm.- Author:
- Barak Ugav
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description it.unimi.dsi.fastutil.ints.IntIteratorverticesIterator()Get an iterator that iterate over the vertices of the graph in the order computed by theTopologicalOrderAlgo.
-
-
-
Method Detail
-
verticesIterator
it.unimi.dsi.fastutil.ints.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
-
-