Package ons.ra
Class FPA
java.lang.Object
ons.ra.FPA
- All Implemented Interfaces:
RA
public class FPA extends java.lang.Object implements RA
The proposed P S Khodashenas.
Article: "Dynamic source aggregation of subwavelength connections in elastic optical networks",
P. S. Khodashenas, J. Comellas, S. Spadaro, and J. Perello,
Photonic Network Communications,
2013.
-
Constructor Summary
Constructors Constructor Description FPA()
-
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
-
FPA
public FPA()
-
-
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
-