Package ons.ra
Class PP
java.lang.Object
ons.ra.PP
- All Implemented Interfaces:
RA
public class PP extends java.lang.Object implements RA
The proposed Rui Wang Pseudo Partition (PP).
Article: "Spectrum Management in Heterogeneous Bandwidth Networks",
Rui Wang and Biswananth Mukherjee,
Globecom 2012 - Optical Networks and Systems Symposium
If COS = 0 use FirstFit, if COS = 1 use LastFit
-
Constructor Summary
Constructors Constructor Description PP()
-
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
-
PP
public PP()
-
-
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
-