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