See: Description
Class | Description |
---|---|
Online_evGen_doNothing |
This event generator does not produce any event.
|
Online_evGen_ipOverWdm |
Generates events for an IP over WDM multilayer network, with an IP/OSPF layer on top of a WDM layer where lightpaths are carried in a fixed grid of wavelengths
This class extends the
Online_evGen_generalGenerator generator (see its Javadoc for further details), and is basically used to:
Send events to the IP layer to create used-defined IP traffic fluctuations (fast/slow), according to the general operation of the Online_evGen_generalGenerator module. |
Online_evGen_wdm |
Generates events for a WDM network carrying lightpaths in a fixed grid of wavelengths
The events generated targeted to the event processor module (e.g.
|
Online_evProc_doNothing |
This event processor does not react to any received event.
|
Online_evProc_ipOspf |
Implements the reactions of an IP network governed by the OSPF/ECMP forwarding policies, for given link weigths
This algorithm implements the reactions of an IP network governed by the OSPF/ECMP forwarding policies, for given link weigths, to the following events:
SimEvent.DemandAdd: Adds a new IP traffic demand, and recomputes the routing (now including the new traffic).
|
Online_evProc_ipOverWdm |
Implements the reactions of an IP over WDM multilayer network, where the IP traffic is carried over fixed rate lightpaths, routed over a topology of fiber links with a fixed wavelength grid
This algorithm implements the reactions of an IP over WDM multilayer network.
|
Online_evProc_wdm |
Implements the reactions of a WDM network carrying lightpaths in a fixed grid of wavelengths
This algorithm implements the reactions of a WDM network carrying lightpaths in a fixed wavelength grid, to a the following events:
WDMUtils.LightpathAdd: Adds the corresponding lightpath to the network (the Route object and potentially a ProtectionSegment object if the lightpath is asked to be 1+1 protected), if enough resources exist for it.
|