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