![]() |
Open Kilda Java Documentation
|
Public Member Functions | |
SimpleIsl (SwitchId srcDpid, SwitchId dstDpid, int srcPort, int dstPort, int cost, int latency) | |
boolean | identical (Object o) |
The ISL is directed and connects to a pair of EndPoints.
For equals and hashcode, only the src and dst information are used, not the properties.
Definition at line 34 of file SimpleIsl.java.
org.openkilda.pce.model.SimpleIsl.SimpleIsl | ( | SwitchId | srcDpid, |
SwitchId | dstDpid, | ||
int | srcPort, | ||
int | dstPort, | ||
int | cost, | ||
int | latency | ||
) |
Definition at line 46 of file SimpleIsl.java.
boolean org.openkilda.pce.model.SimpleIsl.identical | ( | Object | o | ) |
Use this comparison if very strong equality is needed (most likely rare; probably only testing).
Definition at line 60 of file SimpleIsl.java.