Class ListMultiObjectiveSingleSourcePathsImpl<V,E>

java.lang.Object
org.jgrapht.alg.shortestpath.ListMultiObjectiveSingleSourcePathsImpl<V,E>
Type Parameters:
V - the graph vertex type
E - the graph edge type
All Implemented Interfaces:
Serializable, MultiObjectiveShortestPathAlgorithm.MultiObjectiveSingleSourcePaths<V,E>

public class ListMultiObjectiveSingleSourcePathsImpl<V,E> extends Object implements MultiObjectiveShortestPathAlgorithm.MultiObjectiveSingleSourcePaths<V,E>, Serializable
An implementation of MultiObjectiveShortestPathAlgorithm.MultiObjectiveSingleSourcePaths which stores one list of paths per vertex.
Author:
Dimitrios Michail
See Also: