Package ons.ra
Class MAdapSPV_SNR
java.lang.Object
ons.ra.MAdapSPV_SNR
- All Implemented Interfaces:
RA
public class MAdapSPV_SNR extends java.lang.Object implements RA
The proposed m-Adap by Xin Wan in this RSA solver.
-
Constructor Summary
Constructors Constructor Description MAdapSPV_SNR() -
Method Summary
Modifier and Type Method Description voidflowArrival(Flow flow)voidflowDeparture(long id)voidsetModulation(int modulation)voidsimulationEnd()voidsimulationInterface(ControlPlaneForRA cp)
-
Constructor Details
-
MAdapSPV_SNR
public MAdapSPV_SNR()
-
-
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
-