createCommunicationEvents
public abstract java.util.Set<CommunicationEvent> createCommunicationEvents(java.util.Set<Message> correspondingMessages,
double currentTime,
SimulationContainer simulationContainer)
Method describing how the messages are transformed into communications event.
The events will correspond to the messages and be within the simulation container,
so the only interesting behaviour takes place in the temporal delay of the messages.
- Parameters:
correspondingMessages
- The messages to transform into communication events
currentTime
- The current time of the simulation
simulationContainer
- The container the simulation runs in
- Returns:
- The CommunicationEvents corresponding to the Messages based on this scheme