public interface InternalRoutingAlgorithm
| Modifier and Type | Method and Description |
|---|---|
org.onosproject.net.Path |
findPath(org.onosproject.net.ConnectPoint src,
org.onosproject.net.ConnectPoint dst)
Find a route between two connect points (i.e.
|
org.onosproject.net.Path findPath(org.onosproject.net.ConnectPoint src,
org.onosproject.net.ConnectPoint dst)
src - A start pointdst - A sink point