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