Uses of Enum Class
repast.simphony.engine.schedule.PriorityType
-
Uses of PriorityType in repast.simphony.engine.schedule
Modifier and TypeMethodDescriptionAbstractAction.getPriorityType()
ISchedulableAction.getPriorityType()
Gets the PriorityType of this action.ScheduleParameters.getPriorityType()
Gets the priority type of this ScheduleParameter.static PriorityType
Returns the enum constant of this class with the specified name.static PriorityType[]
PriorityType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionstatic ScheduleParameters
ScheduleParameters.createOneTime
(double start, PriorityType type) Creates a ScheduleParameters for scheduling a non-repeating action of the specified PriorityType.static ScheduleParameters
ScheduleParameters.createRepeating
(double start, double interval, PriorityType priorityType) Creates a ScheduleParameters appropriate for scheduling a repeating action of the first, last, random, or first of last priority type.ModifierConstructorDescriptionprotected
ScheduleParameters
(double start, Frequency frequency, double interval, double priority, PriorityType pType, double duration)