Package ons.ra
Class AMMS_DF
java.lang.Object
ons.ra.AMMS_DF
- All Implemented Interfaces:
RA
public class AMMS_DF extends java.lang.Object implements RA
This class is a adaptive modulation model, that uses some RA class in your implementation.
This adaptive modulation model was created by Lucas R. Costa to resolve the RMLSA problem.
-
Constructor Summary
Constructors Constructor Description AMMS_DF() -
Method Summary
Modifier and Type Method Description voidflowArrival(Flow flow)voidflowDeparture(long id)voidsetModulation(int modulation)voidsimulationEnd()voidsimulationInterface(ControlPlaneForRA cp)
-
Constructor Details
-
AMMS_DF
public AMMS_DF()
-
-
Method Details
-
simulationInterface
- Specified by:
simulationInterfacein interfaceRA
-
simulationEnd
public void simulationEnd()- Specified by:
simulationEndin interfaceRA
-
setModulation
public void setModulation(int modulation)- Specified by:
setModulationin interfaceRA
-
flowArrival
- Specified by:
flowArrivalin interfaceRA
-
flowDeparture
public void flowDeparture(long id)- Specified by:
flowDeparturein interfaceRA
-