SliderConstraint

org.nlogo.agent.SliderConstraint
See theSliderConstraint companion class

Attributes

Companion
class
Source
SliderConstraint.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

Attributes

Source
SliderConstraint.scala
Supertypes
class RuntimeException
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
class ConstraintExceptionHolder(errors: List[SliderConstraintException]) extends Exception

Attributes

Source
SliderConstraint.scala
Supertypes
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
class ConstraintRuntimeException(val spec: Spec, message: String) extends RuntimeException, SliderConstraintException

Attributes

Source
SliderConstraint.scala
Supertypes
class RuntimeException
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all

Attributes

Source
SliderConstraint.scala
Supertypes
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
Known subtypes
case class Spec(fieldName: String, displayName: String)

Attributes

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

Value members

Concrete methods

def makeSliderConstraint(agent: Agent, minCode: String, maxCode: String, incCode: String, defValue: Double, ownerName: String, thunkFactory: LogoThunkFactory, compiler: CompilerServices): SliderConstraint

Attributes

Source
SliderConstraint.scala

Concrete fields

val Inc: Spec

Attributes

Source
SliderConstraint.scala
val Max: Spec

Attributes

Source
SliderConstraint.scala
val Min: Spec

Attributes

Source
SliderConstraint.scala