See: Description
| Interface | Description |
|---|---|
| PortMapper<P extends org.onosproject.net.Port> |
Abstraction of a class capable of translating generic-Port object
as another domain-specific Port of type
P. |
| Class | Description |
|---|---|
| AbstractPortMapper<P extends org.onosproject.net.Port> |
PortMapper which caches mapped Port instance.
|
| IdentityMapper |
PortMapper which simply return given input. |
| OchPortMapper |
PortMapper to handler OchPort translation. |
| OduCltPortMapper |
PortMapper to handler OduCltPort translation. |
| OmsPortMapper |
PortMapper to handler OmsPort translation. |
| OtuPortMapper |
PortMapper to handler OtuPort translation. |