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