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