Package ons.ra
Class AMMS_KSP
java.lang.Object
ons.ra.AMMS_KSP
- All Implemented Interfaces:
RA
public class AMMS_KSP 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_KSP()
-
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
-
AMMS_KSP
public AMMS_KSP()
-
-
Method Details
-
simulationInterface
- Specified by:
simulationInterface
in interfaceRA
-
simulationEnd
public void simulationEnd()- Specified by:
simulationEnd
in interfaceRA
-
setModulation
public void setModulation(int modulation)- Specified by:
setModulation
in interfaceRA
-
flowArrival
- Specified by:
flowArrival
in interfaceRA
-
flowDeparture
public void flowDeparture(long id)- Specified by:
flowDeparture
in interfaceRA
-