BoundedNumericConstraintSpecification
org.nlogo.core.ConstraintSpecification.BoundedNumericConstraintSpecification
case class BoundedNumericConstraintSpecification(lowerBound: Double, defaultValue: Double, upperBound: Double, increment: Double) extends NumericConstraintSpecification
Attributes
- Source
- ConstraintSpecification.scala
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait ConstraintSpecificationclass Objecttrait Matchableclass Any
Members list
In this article