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 ScheduleParametersGraphScheduleUtilities.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 FrequencyAbstractAction.frequencyThe Frequency of this AbstractAction.Methods in repast.simphony.engine.schedule that return FrequencyModifier and TypeMethodDescriptionScheduleParameters.getFrequency()Gets the scheduled Frequency of execution.static FrequencyReturns 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 voidAbstractAction.setFrequency(Frequency freq) Sets the frequency of this AbstractAction.protected voidThreadedAction.setFrequency(Frequency type) Sets the execution frequency.Constructors in repast.simphony.engine.schedule with parameters of type FrequencyModifierConstructorDescriptionprotectedScheduleParameters(double start, Frequency frequency, double interval, double priority, PriorityType pType, double duration)