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 void
flowArrival(Flow flow)
void
flowDeparture(long id)
void
setModulation(int modulation)
void
simulationEnd()
void
simulationInterface(ControlPlaneForRA cp)
-
Constructor Details
-
EEKSP
public EEKSP()
-
-
Method Details
-
simulationInterface
- Specified by:
simulationInterface
in interfaceRA
-
setModulation
public void setModulation(int modulation)- Specified by:
setModulation
in interfaceRA
-
simulationEnd
public void simulationEnd()- Specified by:
simulationEnd
in interfaceRA
-
flowArrival
- Specified by:
flowArrival
in interfaceRA
-
flowDeparture
public void flowDeparture(long id)- Specified by:
flowDeparture
in interfaceRA
-