Interface MultiObjectiveShortestPathAlgorithm.MultiObjectiveSingleSourcePaths<V,​E>

    • Method Detail

      • getGraph

        Graph<V,​E> 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

        List<GraphPath<V,​E>> getPaths​(V sink)
        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