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