org.nlogo.agent.NumericConstraint
Constraint suitable for Slider variables.
Attributes
-
Source
-
NumericConstraint.scala
-
Graph
-
-
Supertypes
-
class Object
trait Matchable
class Any
Members list
Throws a Violation condition if the input is not acceptable.
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
-
Source
-
NumericConstraint.scala
Returns the default value for this constraint.