Package ons.ra
Class KSP_SNR
java.lang.Object
ons.ra.KSP_SNR
- All Implemented Interfaces:
RA
public class KSP_SNR extends java.lang.Object implements RA
The proposed m-Adap by Xin Wan in this RSA solver.
-
Constructor Summary
Constructors Constructor Description KSP_SNR()
-
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
-
KSP_SNR
public KSP_SNR()
-
-
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
-