Package com.jgalgo.alg
Interface TopologicalOrderAlgo.Builder
-
- All Superinterfaces:
AlgorithmBuilderBase
- Enclosing interface:
- TopologicalOrderAlgo
public static interface TopologicalOrderAlgo.Builder extends AlgorithmBuilderBase
A builder forTopologicalOrderAlgo
objects.- Author:
- Barak Ugav
- See Also:
TopologicalOrderAlgo.newBuilder()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TopologicalOrderAlgo
build()
Create a new algorithm object for topological order computation.-
Methods inherited from interface com.jgalgo.alg.AlgorithmBuilderBase
setOption
-
-
-
-
Method Detail
-
build
TopologicalOrderAlgo build()
Create a new algorithm object for topological order computation.- Returns:
- a new topological order algorithm
-
-