26 #ifndef ORCASIM_BASE_INCLUDE_EVENT_HPP_ 27 #define ORCASIM_BASE_INCLUDE_EVENT_HPP_ 64 #endif // ORCASIM_BASE_INCLUDE_EVENT_HPP_ This class models a TimedModel.
This class models a discrete event.
bool operator<(const Event &e) const
Comparing operator.
SimulationTime time
Point in time when the event will trigger.
TimedModel * timedModel
Model whose activation function will be called once the event triggers.
Event()
Alternative constructor, required for creating arrays of Event elements.