org.nlogo.agent.BooleanConstraint
Constraint suitable for Switch variables.
Attributes
-
Source
-
BooleanConstraint.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
-
BooleanConstraint.scala
Returns the default value for this constraint.