Interface MultiObjectiveShortestPathAlgorithm.MultiObjectiveSingleSourcePaths<V,E>
- Type Parameters:
V- the graph vertex typeE- the graph edge type
- All Known Implementing Classes:
ListMultiObjectiveSingleSourcePathsImpl
- Enclosing interface:
MultiObjectiveShortestPathAlgorithm<V,E>
public static interface MultiObjectiveShortestPathAlgorithm.MultiObjectiveSingleSourcePaths<V,E>
A set of paths starting from a single source vertex.
-
Method Summary
-
Method Details
-
getGraph
-
getSourceVertex
-
getPaths
-