Class ListMultiObjectiveSingleSourcePathsImpl<V,​E>

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected Graph<V,​E> graph
      The graph
      protected java.util.Map<V,​java.util.List<GraphPath<V,​E>>> paths
      One path per vertex
      protected V source
      The source vertex of all paths
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Graph<V,​E> getGraph()
      Returns the graph over which this set of paths is defined.
      java.util.List<GraphPath<V,​E>> getPaths​(V targetVertex)
      Return the path from the source vertex to the sink vertex.
      V getSourceVertex()
      Returns the single source vertex.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait