public interface PathService
| Modifier and Type | Method and Description |
|---|---|
Set<Path> |
getPaths(ElementId src,
ElementId dst)
Returns the set of all shortest paths, precomputed in terms of hop-count,
between the specified source and destination elements.
|
Set<Path> |
getPaths(ElementId src,
ElementId dst,
LinkWeight weight)
Returns the set of all shortest paths, computed using the supplied
edge-weight entity, between the specified source and destination
network elements.
|
Set<Path> getPaths(ElementId src, ElementId dst)
src - source elementdst - destination elementSet<Path> getPaths(ElementId src, ElementId dst, LinkWeight weight)
src - source elementdst - destination elementweight - edge-weight entityCopyright © 2015. All rights reserved.