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