|
NetLogo API version 4.0.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.nlogo.agent.SliderConstraint
org.nlogo.agent.DynamicSliderConstraint
public class DynamicSliderConstraint
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.nlogo.agent.SliderConstraint |
---|
SliderConstraint.ConstraintCompilerException, SliderConstraint.RuntimeConstraintException |
Nested classes/interfaces inherited from interface org.nlogo.agent.ValueConstraint |
---|
ValueConstraint.Violation |
Constructor Summary | |
---|---|
DynamicSliderConstraint(Thunk min,
Thunk max,
Thunk inc)
|
Method Summary | |
---|---|
Double |
increment()
|
Double |
maximum()
|
Double |
minimum()
|
Methods inherited from class org.nlogo.agent.SliderConstraint |
---|
assertConstraint, coerceValue, defaultValue, defaultValue, effectiveMaximum, getPrecision, makeSliderConstraint |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DynamicSliderConstraint(Thunk min, Thunk max, Thunk inc)
Method Detail |
---|
public Double minimum() throws LogoException
minimum
in class SliderConstraint
LogoException
public Double maximum() throws LogoException
maximum
in class SliderConstraint
LogoException
public Double increment() throws LogoException
increment
in class SliderConstraint
LogoException
|
NetLogo API version 4.0.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |