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