![]() |
Open Kilda Java Documentation
|
Public Member Functions | |
Link (LinkEndpoint src, LinkEndpoint dst) | |
LinkEndpoint | getSrc () |
LinkEndpoint | getDst () |
String | getSlug () |
String | getShortSlug () |
boolean | equals (Object o) |
int | hashCode () |
Static Public Member Functions | |
static void | main (String[] args) |
Links represent physical connections between Switches. They attach to a port on the Switch.
org.openkilda.topo.Link.Link | ( | LinkEndpoint | src, |
LinkEndpoint | dst | ||
) |
LinkEndpoint org.openkilda.topo.Link.getDst | ( | ) |
String org.openkilda.topo.Link.getSlug | ( | ) |
Implements org.openkilda.topo.ITopoSlug.
LinkEndpoint org.openkilda.topo.Link.getSrc | ( | ) |
|
static |