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