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 voidflowArrival(Flow flow)voidflowDeparture(long id)voidsetModulation(int modulation)voidsimulationEnd()voidsimulationInterface(ControlPlaneForRA cp)
-
Constructor Details
-
FPA
public FPA()
-
-
Method Details
-
simulationInterface
- Specified by:
simulationInterfacein interfaceRA
-
setModulation
public void setModulation(int modulation)- Specified by:
setModulationin interfaceRA
-
simulationEnd
public void simulationEnd()- Specified by:
simulationEndin interfaceRA
-
flowArrival
- Specified by:
flowArrivalin interfaceRA
-
flowDeparture
public void flowDeparture(long id)- Specified by:
flowDeparturein interfaceRA
-