| Package | Description |
|---|---|
| com.net2plan.interfaces.simulation |
Provides a set of classes for the online simulator tool.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ICombinedEventGenerator
Abstract class providing an event generator that is able to combine
existing event generators into a common one.
|
| Modifier and Type | Field and Description |
|---|---|
IEventGenerator[] |
ICombinedEventGenerator.eventGenerators
Reference to the set of event generators.
|
| Constructor and Description |
|---|
ICombinedEventGenerator(IEventGenerator... eventGenerators)
Default constructor.
|