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 classReschedules this AbstractAction for execution by resetting its nextTime to the last time it executed plus the interval of execution.protected static classEmpty 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.ReschedulerAbstractAction.reschedulerThe Rescheduler used by this AbstractAction to reschedule it for execution.