Package ons.ra
Interface RA
- All Known Subinterfaces:
RABulk
- All Known Implementing Classes:
AMMS,AMMS_AP,AMMS_CS,AMMS_DF,AMMS_FPA,AMMS_KSP,AMMS_MBM,AMMS_MSP,AMMS_SPV,AP,ARTO,ASMC,CASD,CASD_PushPull,CS,DF,DP,EAMGSP,EEABE,EEKSP,FFCA,FPA,HamPcycle,KSP,KSP_ProtectionDLP,KSP_ProtectionGrooming,KSP_RMLSA,KSP_RMSCA,KSP_RSCA,KSP_SNR,MAdapAP,MAdapCS,MAdapDF,MAdapFPA,MAdapKSP,MAdapKSP_SNR,MAdapMSP,MAdapSchema,MAdapSP,MAdapSP_SNR,MAdapSPTG,MAdapSPV,MAdapSPV_SNR,MBM,MBM_RSA,MBM_SBVT,MBM_SR,MSP,My2RSA,My2RSA,My2RWA,My3RSA,My4RSA,MyRSA,MyRWA,PCycle,PP,RSAMF,RSAMFPF,SP_RMLSA,SP_RMSCA,SP_RSA,SP_RSCA,SPTG,SPV,WR
public interface RA
This is the interface that provides some methods for the RA class.
These methods basically deal with the simulation interface and with
the arriving and departing flows.
The Routing Assignment (RA) is a optical networking problem
that has the goal of maximizing the number of optical connections.
-
Method Summary
Modifier and Type Method Description voidflowArrival(Flow flow)voidflowDeparture(long id)voidsetModulation(int modulation)voidsimulationEnd()voidsimulationInterface(ControlPlaneForRA cp)
-
Method Details
-
simulationInterface
-
setModulation
void setModulation(int modulation) -
flowArrival
-
flowDeparture
void flowDeparture(long id) -
simulationEnd
void simulationEnd()
-