ConstraintSpecification

org.nlogo.core.ConstraintSpecification
See theConstraintSpecification companion trait

Attributes

Companion
trait
Source
ConstraintSpecification.scala
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

case class BooleanConstraintSpecification(default: Boolean) extends ConstraintSpecification

Attributes

Source
ConstraintSpecification.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class BoundedNumericConstraintSpecification(lowerBound: Double, defaultValue: Double, upperBound: Double, increment: Double) extends NumericConstraintSpecification

Attributes

Source
ConstraintSpecification.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class ChoiceConstraintSpecification(vals: List[AnyRef], defaultIndex: Int) extends ConstraintSpecification

Attributes

Source
ConstraintSpecification.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
trait
Source
ConstraintSpecification.scala
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type

Attributes

Companion
object
Source
ConstraintSpecification.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes
case class NumericInputConstraintSpecification(typeName: String, default: Double) extends ConstraintSpecification

Attributes

Source
ConstraintSpecification.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Source
ConstraintSpecification.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Source
ConstraintSpecification.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Inherited and Abstract types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
Source
Mirror.scala

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
Source
Mirror.scala