Package ons.ra
Class MBM_SBVT
java.lang.Object
ons.ra.MBM_SBVT
- All Implemented Interfaces:
RA
public class MBM_SBVT extends java.lang.Object implements RA
The my proposed to use the optical agregation using SBVT schema.
Name: Maximize the use of Best Modulation format (MBM)
-
Constructor Summary
Constructors Constructor Description MBM_SBVT()
-
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
-
MBM_SBVT
public MBM_SBVT()
-
-
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
-