Package ons.ra
Class WR
java.lang.Object
ons.ra.WR
- All Implemented Interfaces:
RA
public class WR extends java.lang.Object implements RA
The proposed Xin Wan.
Article: "Minimum- and Maximum-Entropy Routing and Spectrum Assignment for Flexgrid Elastic Optical Networking [Invited]",
Paul Wright, Michael C. Parker, and Andrew Lord,
J. OPT. COMMUN. NETW./VOL. 7, NO. 1/JANUARY 2015,
-
Constructor Summary
Constructors Constructor Description WR()
-
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
-
WR
public WR()
-
-
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
-