Module org.jgrapht.core
Package org.jgrapht.alg.interfaces
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
Returns the graph over which this set of paths is defined.- Returns:
- the graph
-
getSourceVertex
V getSourceVertex()Returns the single source vertex.- Returns:
- the single source vertex
-
getPaths
Return the path from the source vertex to the sink vertex.- Parameters:
sink
- the sink vertex- Returns:
- the path from the source vertex to the sink vertex or null if no such path exists
-