|
RepastHPC
2.3.1
|
ScheduledEvent that will only execute only once. More...
#include <Schedule.h>
Public Member Functions | |
| OneTimeEvent (double, RepastEvent *) | |
| virtual bool | reschedule (std::priority_queue< ScheduledEvent *, std::vector< ScheduledEvent * >, EventCompare > &) |
| Always returns false, as it does not reschedule itself. | |
Public Member Functions inherited from repast::ScheduledEvent | |
| ScheduledEvent (double, RepastEvent *) | |
| RepastEvent * | get_event () |
| Gets the RepastEvent that this ScheduleEvent wraps. | |
Additional Inherited Members | |
Protected Attributes inherited from repast::ScheduledEvent | |
| RepastEvent * | event |
| double | start |
ScheduledEvent that will only execute only once.
1.8.17