|
static void | main (String[] args) |
|
LinkEndpoint captures the key elements of a link endpoint
Definition at line 23 of file LinkEndpoint.java.
◆ LinkEndpoint() [1/2]
org.openkilda.topo.LinkEndpoint.LinkEndpoint |
( |
Switch |
topoSwitch, |
|
|
Port |
switchPort, |
|
|
PortQueue |
portQueue |
|
) |
| |
- Parameters
-
topoSwitch | At least a valid switch is needed. |
switchPort | can be null; id will be 0. |
portQueue | can be null; id will be 0. |
Definition at line 38 of file LinkEndpoint.java.
◆ LinkEndpoint() [2/2]
org.openkilda.topo.LinkEndpoint.LinkEndpoint |
( |
PortQueue |
portQueue | ) |
|
◆ equals()
boolean org.openkilda.topo.LinkEndpoint.equals |
( |
Object |
o | ) |
|
◆ getPortQueue()
PortQueue org.openkilda.topo.LinkEndpoint.getPortQueue |
( |
| ) |
|
◆ getSlug()
String org.openkilda.topo.LinkEndpoint.getSlug |
( |
| ) |
|
◆ getSwitchPort()
Port org.openkilda.topo.LinkEndpoint.getSwitchPort |
( |
| ) |
|
◆ getTopoSwitch()
Switch org.openkilda.topo.LinkEndpoint.getTopoSwitch |
( |
| ) |
|
◆ hashCode()
int org.openkilda.topo.LinkEndpoint.hashCode |
( |
| ) |
|
◆ main()
static void org.openkilda.topo.LinkEndpoint.main |
( |
String [] |
args | ) |
|
|
static |
The documentation for this class was generated from the following file:
- /Users/kevin/Desktop/Kilda/open-kilda-develop/services/src/atdd/src/main/java/org/openkilda/topo/LinkEndpoint.java