Uses of Class
repast.simphony.engine.schedule.ActionList
Packages that use ActionList
-
Uses of ActionList in repast.simphony.engine.schedule
Fields in repast.simphony.engine.schedule declared as ActionListModifier 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.Methods in repast.simphony.engine.schedule with parameters of type ActionListModifier 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.