Package ons.ra
Class RSAMFPF
java.lang.Object
ons.ra.RSAMFPF
- All Implemented Interfaces:
RA
public class RSAMFPF extends java.lang.Object implements RA
The RSAMF algorithm. This solves the RMLSA problem
Article: "Algoritmo de Roteamento e Atribuicao de Espectro com Minimizacao de Fragmentacao em Redes Oticas Elasticas",
Andre K. Horota, Gustavo B. Figueiredo, Nelson L. S. da Fonseca,
IEEE Latincom 2015,
-
Constructor Summary
Constructors Constructor Description RSAMFPF()
-
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
-
RSAMFPF
public RSAMFPF()
-
-
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
-