Uses of Class
repast.simphony.parameter.SteppedRange
Packages that use SteppedRange
-
Uses of SteppedRange in repast.simphony.parameter
Methods in repast.simphony.parameter that return SteppedRangeModifier and TypeMethodDescriptionDefaultParameterSchema.getConstrainingRange()
Gets the numeric range of values that constrain this parameter.ParameterSchema.getConstrainingRange()
Gets the numeric range of values that constrain this parameter.Methods in repast.simphony.parameter with parameters of type SteppedRangeModifier and TypeMethodDescriptionvoid
DefaultParameters.addConstraint
(String name, SteppedRange constrainingRange) Constrains the value of the named parameter to those in the specified range.void
DefaultSchema.addConstraint
(String name, SteppedRange constrainingRange) Constrains the value of the named parameter to those in the specified range.void
MutableParameters.addConstraint
(String name, SteppedRange constrainingRange) Constrains the value of the named parameter to those in the specified range.void
ParametersCreator.addConstraint
(String name, SteppedRange constrainingRange) Constrains the value of the named parameter to those in the specified range.void
DefaultParameterSchema.setConstrainingRange
(SteppedRange range) Sets the constraining range.Constructors in repast.simphony.parameter with parameters of type SteppedRangeModifierConstructorDescriptionDefaultParameterSchema
(String name, Class type, Object defValue, SteppedRange constrainingRange)