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