| Package | Description |
|---|---|
| org.onosproject.net.topology |
Network topology model & related services API definitions.
|
| Modifier and Type | Method and Description |
|---|---|
Set<Path> |
PathService.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> |
TopologyStore.getPaths(Topology topology,
DeviceId src,
DeviceId dst,
LinkWeight weight)
Computes and returns the set of shortest paths between src and dest.
|
Set<Path> |
TopologyService.getPaths(Topology topology,
DeviceId src,
DeviceId dst,
LinkWeight weight)
Returns the set of all shortest paths, computed using the supplied
edge-weight entity, between the specified source and destination devices.
|
Copyright © 2015. All rights reserved.