Package ons.ra
Class AP
java.lang.Object
ons.ra.AP
- All Implemented Interfaces:
RA
public class AP extends java.lang.Object implements RA
The Acceptance Prone.
Article: "Fragmentation Aware Routing and Spectrum Assignment Algorithm",
Moura, P. M., Fonseca, N. L. S. e Scaraficci, R. A,
Relatorio tecnico. Instituto de Computacao Universidade Estadual de Campinas,
Aug 2013.
-
Constructor Summary
Constructors Constructor Description AP()
-
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
-
AP
public AP()
-
-
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
-