Uses of Class
repast.simphony.parameter.SteppedRange
-
Uses of SteppedRange in repast.simphony.parameter
Modifier 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.Modifier 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.ModifierConstructorDescriptionDefaultParameterSchema
(String name, Class type, Object defValue, SteppedRange constrainingRange)