Package ons.ra
Class EEKSP
java.lang.Object
ons.ra.EEKSP
- All Implemented Interfaces:
RA
public class EEKSP extends java.lang.Object implements RA
The proposed Jorge Lopez Vizcaino, KSP best Power Consumption (EEKSP). Article: "Energy efficiency analysis for
flexible-grid OFDM-based optical networks", Jorge Lopez Vizcaino, Yabin Ye, Idelfonso Tafur Monroy,
Computer Networks 2012.
-
Constructor Summary
Constructors Constructor Description EEKSP() -
Method Summary
Modifier and Type Method Description voidflowArrival(Flow flow)voidflowDeparture(long id)voidsetModulation(int modulation)voidsimulationEnd()voidsimulationInterface(ControlPlaneForRA cp)
-
Constructor Details
-
EEKSP
public EEKSP()
-
-
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
-