Uses of Enum Class
repast.simphony.engine.schedule.Frequency
Packages that use Frequency
-
Uses of Frequency in repast.simphony.engine.graph
Methods in repast.simphony.engine.graph with parameters of type FrequencyModifier 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
Fields in repast.simphony.engine.schedule declared as FrequencyModifier and TypeFieldDescriptionprotected Frequency
AbstractAction.frequency
The Frequency of this AbstractAction.Methods in repast.simphony.engine.schedule that return FrequencyModifier 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.Methods in repast.simphony.engine.schedule with parameters of type FrequencyModifier and TypeMethodDescriptionprotected void
AbstractAction.setFrequency
(Frequency freq) Sets the frequency of this AbstractAction.protected void
ThreadedAction.setFrequency
(Frequency type) Sets the execution frequency.Constructors in repast.simphony.engine.schedule with parameters of type FrequencyModifierConstructorDescriptionprotected
ScheduleParameters
(double start, Frequency frequency, double interval, double priority, PriorityType pType, double duration)