DynamicSliderConstraint
org.nlogo.agent.DynamicSliderConstraint
class DynamicSliderConstraint(min: ReporterLogoThunk, max: ReporterLogoThunk, inc: ReporterLogoThunk) extends SliderConstraint
Constraint suitable for Slider variables. The various limits on the Slider value can be specified using a NetLogo reporter.
Attributes
- Source
- SliderConstraint.scala
- Graph
-
- Supertypes
Members list
Value members
Concrete methods
Attributes
- Definition Classes
- Source
- SliderConstraint.scala
Attributes
- Definition Classes
- Source
- SliderConstraint.scala
Attributes
- Definition Classes
- Source
- SliderConstraint.scala
Inherited methods
Throws a Violation condition if the input is not acceptable.
Throws a Violation condition if the input is not acceptable.
Attributes
- Inherited from:
- SliderConstraint
- Source
- SliderConstraint.scala
Returns the constrained value, which can differ from the input. Throws a Violation condition if the input is not coercable.
Returns the constrained value, which can differ from the input. Throws a Violation condition if the input is not coercable.
Attributes
- Inherited from:
- SliderConstraint
- Source
- SliderConstraint.scala
Inherited fields
Returns the default value for this constraint.
Returns the default value for this constraint.
Attributes
- Inherited from:
- SliderConstraint
- Source
- SliderConstraint.scala
In this article