Package ons.ra
Class SPV
java.lang.Object
ons.ra.SPV
- All Implemented Interfaces:
RA
public class SPV extends java.lang.Object implements RA
The proposed Xin Wan.
Article: "Dynamic routing and spectrum assignment in spectrum flexible transparent optical networks",
Xin Wan, Nan Hua, and Xiaoping Zheng,
Optical Communications and Networking, IEEE/OSA Journal of,
Aug 2012.
-
Constructor Summary
Constructors Constructor Description SPV() -
Method Summary
Modifier and Type Method Description voidflowArrival(Flow flow)voidflowDeparture(long id)voidsetModulation(int modulation)voidsimulationEnd()voidsimulationInterface(ControlPlaneForRA cp)
-
Constructor Details
-
SPV
public SPV()
-
-
Method Details
-
simulationInterface
- Specified by:
simulationInterfacein interfaceRA
-
setModulation
public void setModulation(int modulation)- Specified by:
setModulationin interfaceRA
-
simulationEnd
public void simulationEnd()- Specified by:
simulationEndin interfaceRA
-
flowArrival
- Specified by:
flowArrivalin interfaceRA
-
flowDeparture
public void flowDeparture(long id)- Specified by:
flowDeparturein interfaceRA
-