Uses of Interface
repast.simphony.engine.schedule.AbstractAction.Rescheduler
-
Uses of AbstractAction.Rescheduler in repast.simphony.engine.schedule
Modifier and TypeClassDescriptionprotected class
Reschedules this AbstractAction for execution by resetting its nextTime to the last time it executed plus the interval of execution.protected static class
Empty implementation because an action scheduled not to repeat does not need to be rescheduled.Modifier and TypeFieldDescriptionprotected AbstractAction.Rescheduler
AbstractAction.rescheduler
The Rescheduler used by this AbstractAction to reschedule it for execution.