Package org.baseagent.schedule
Class ScheduledEvent
java.lang.Object
org.baseagent.schedule.ScheduledEvent
- Direct Known Subclasses:
ConditionalEvent
,OneTimeEvent
,RecurringEvent
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
execute
(Simulation simulation) abstract boolean
isApplicable
(Simulation simulation) abstract boolean
-
Constructor Details
-
ScheduledEvent
-
-
Method Details
-
execute
-
isApplicable
-
removeWhenDone
public abstract boolean removeWhenDone()
-