Uses of Class
repast.simphony.engine.schedule.ActionList
-
Uses of ActionList in repast.simphony.engine.schedule
Modifier and TypeFieldDescriptionprotected ActionList
ScheduleGroup.actions
List containing actions whose priority is a double _inside_ the range NEG_INFINITY, POS_INFINITY.protected ActionList
ScheduleGroup.firstActions
List of actions that should be executed first.protected ActionList
ScheduleGroup.firstOfLastActions
List of actions that are executed as last actions but immediately prior to those.protected ActionList
ScheduleGroup.lastActions
List of actions that should be executed last.protected ActionList
ScheduleGroup.randomActions
List of actions whose priority is random.Modifier and TypeMethodDescriptionvoid
ActionList.addAllNoSort
(ActionList other) Adds all the elements in the other list to this one without marking this as dirty and needing to be sorted.