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