Package ons.ra
Class RSAMF
java.lang.Object
ons.ra.RSAMF
- All Implemented Interfaces:
RA
public class RSAMF 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,
Anais do 32 Simposio Brasileiro de Redes de Computadores e Sistemas Distribuídos - SBRC 2014,
Aug 2014.
-
Constructor Summary
Constructors Constructor Description RSAMF()
-
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
-
RSAMF
public RSAMF()
-
-
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
-