InputBoxConstraint
org.nlogo.agent.InputBoxConstraint
class InputBoxConstraint(var typeName: String, _defaultValue: AnyRef) extends ValueConstraint
Attributes
- Source
- InputBoxConstraint.scala
- Graph
-
- Supertypes
Members list
Value members
Concrete methods
Throws a Violation condition if the input is not acceptable.
Throws a Violation condition if the input is not acceptable.
Attributes
- Source
- InputBoxConstraint.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
- Source
- InputBoxConstraint.scala
Attributes
- Source
- InputBoxConstraint.scala
Attributes
- Source
- InputBoxConstraint.scala
Concrete fields
Returns the default value for this constraint.
Attributes
- Source
- InputBoxConstraint.scala
In this article