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)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait