Package com.jgalgo
Interface ShortestPathWithHeuristic.Builder
-
- All Superinterfaces:
com.jgalgo.internal.util.BuilderAbstract<ShortestPathWithHeuristic.Builder>
- Enclosing interface:
- ShortestPathWithHeuristic
public static interface ShortestPathWithHeuristic.Builder extends com.jgalgo.internal.util.BuilderAbstract<ShortestPathWithHeuristic.Builder>
A builder forShortestPathWithHeuristic
objects.- Author:
- Barak Ugav
- See Also:
ShortestPathWithHeuristic.newBuilder()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ShortestPathWithHeuristic
build()
Create a new algorithm object for shortest path with heuristic computation.
-
-
-
Method Detail
-
build
ShortestPathWithHeuristic build()
Create a new algorithm object for shortest path with heuristic computation.- Returns:
- a new heuristic shortest path algorithm
-
-