public static interface GraphPathSearch.Result
Modifier and Type | Method and Description |
---|---|
Map<Vertex,Double> |
costs()
Return a map of vertex costs in the path.
|
Collection<Path> |
getPaths()
Returns the paths accrued during the search.
|
Map<Vertex,Set<Edge>> |
parents()
Return a map of vertex parent edges in the path.
|
Set<Path> |
paths()
Deprecated
Returns the set of paths accrued during the search.
|
Set<Path> paths()
Collection<Path> getPaths()
Map<Vertex,Set<Edge>> parents()
Copyright © 2015. All Rights Reserved.