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