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