Package ons.ra
Class SPTG
java.lang.Object
ons.ra.SPTG
- All Implemented Interfaces:
RA
public class SPTG extends java.lang.Object implements RA
The proposed Zheyu Fan.
Article: "Dynamic Multipath Routing With Traffic Groomingin OFDM-Based Elastic Optical Path Networks",
Zheyu Fan, Yang Qiu, and Chun-Kit Chan,
JOURNAL OF LIGHTWAVE TECHNOLOGY,
VOL. 33, NO. 1, JANUARY 1, 2015.
-
Constructor Summary
Constructors Constructor Description SPTG()
-
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
-
SPTG
public SPTG()
-
-
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
-