| Package | Description |
|---|---|
| org.onosproject.newoptical |
Module to control optical path.
|
| Modifier and Type | Method and Description |
|---|---|
static PacketLinkRealizedByOptical |
PacketLinkRealizedByOptical.create(org.onosproject.net.ConnectPoint src,
org.onosproject.net.ConnectPoint dst,
org.onosproject.net.intent.OpticalCircuitIntent intent)
Creates PacketLinkRealizedByOptical instance with specified connect points and OpticalCircuitIntent.
|
static PacketLinkRealizedByOptical |
PacketLinkRealizedByOptical.create(org.onosproject.net.ConnectPoint src,
org.onosproject.net.ConnectPoint dst,
org.onosproject.net.intent.OpticalConnectivityIntent intent)
Creates PacketLinkRealizedByOptical instance with specified connect points and OpticalConnectivityIntent.
|
| Modifier and Type | Method and Description |
|---|---|
Set<PacketLinkRealizedByOptical> |
OpticalConnectivity.getRealizingLinks() |
| Modifier and Type | Method and Description |
|---|---|
void |
OpticalConnectivity.addRealizingLink(PacketLinkRealizedByOptical link) |
void |
OpticalConnectivity.removeRealizingLink(PacketLinkRealizedByOptical link) |
Copyright © 2016. All rights reserved.