|
NetLogo API version 4.0.1 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ValueConstraint.Violation | |
---|---|
org.nlogo.agent |
Uses of ValueConstraint.Violation in org.nlogo.agent |
---|
Methods in org.nlogo.agent that throw ValueConstraint.Violation | |
---|---|
void |
BooleanConstraint.assertConstraint(Object val)
|
void |
ChooserConstraint.assertConstraint(Object val)
|
void |
InputBoxConstraint.assertConstraint(Object val)
|
void |
SliderConstraint.assertConstraint(Object val)
|
void |
ValueConstraint.assertConstraint(Object val)
Throws a Violation condition if the input is not acceptable. |
Object |
ValueConstraint.coerceValue(Object val)
Returns the constrained value, which can differ from the input. |
|
NetLogo API version 4.0.1 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |