Uses of Enum Class
repast.simphony.engine.schedule.Frequency
-
Uses of Frequency in repast.simphony.engine.graph
Modifier and TypeMethodDescriptionstatic ScheduleParameters
GraphScheduleUtilities.getSimilarParams
(ScheduleParameters baseParameters, double newTime, Frequency frequency, double interval) Creates a similar ScheduleParameters object with the same properties as the given base, but with a different time. -
Uses of Frequency in repast.simphony.engine.schedule
Modifier and TypeFieldDescriptionprotected Frequency
AbstractAction.frequency
The Frequency of this AbstractAction.Modifier and TypeMethodDescriptionScheduleParameters.getFrequency()
Gets the scheduled Frequency of execution.static Frequency
Returns the enum constant of this class with the specified name.static Frequency[]
Frequency.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionprotected void
AbstractAction.setFrequency
(Frequency freq) Sets the frequency of this AbstractAction.protected void
ThreadedAction.setFrequency
(Frequency type) Sets the execution frequency.ModifierConstructorDescriptionprotected
ScheduleParameters
(double start, Frequency frequency, double interval, double priority, PriorityType pType, double duration)