Uses of Interface
repast.simphony.engine.schedule.AbstractAction.Rescheduler
Packages that use AbstractAction.Rescheduler
-
Uses of AbstractAction.Rescheduler in repast.simphony.engine.schedule
Classes in repast.simphony.engine.schedule that implement AbstractAction.ReschedulerModifier 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.Fields in repast.simphony.engine.schedule declared as AbstractAction.ReschedulerModifier and TypeFieldDescriptionprotected AbstractAction.Rescheduler
AbstractAction.rescheduler
The Rescheduler used by this AbstractAction to reschedule it for execution.