Package com.jgalgo
Interface TreePathMaxima.Builder
-
- All Superinterfaces:
com.jgalgo.internal.util.BuilderAbstract<TreePathMaxima.Builder>
- Enclosing interface:
- TreePathMaxima
public static interface TreePathMaxima.Builder extends com.jgalgo.internal.util.BuilderAbstract<TreePathMaxima.Builder>
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.
-
-
-
Method Detail
-
build
TreePathMaxima build()
Create a new algorithm object for tree path maxima computation.- Returns:
- a new tree path maxima algorithm
-
-