org.nlogo.agent.SliderConstraint
See theSliderConstraint companion class
object SliderConstraint
Attributes
- Companion
- class
- Source
- SliderConstraint.scala
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
SliderConstraint.type
Members list
Type members
Classlikes
class ConstraintCompilerException(val spec: Spec, ex: CompilerException) extends CompilerException, SliderConstraintException
Attributes
- Source
- SliderConstraint.scala
- Supertypes
-
class CompilerExceptionclass RuntimeExceptionclass Exceptionclass Throwabletrait Serializableclass Objecttrait Matchableclass AnyShow all
class ConstraintExceptionHolder(errors: List[SliderConstraintException]) extends Exception
Attributes
- Source
- SliderConstraint.scala
- Supertypes
-
class Exceptionclass Throwabletrait Serializableclass Objecttrait Matchableclass AnyShow all
class ConstraintRuntimeException(val spec: Spec, message: String) extends RuntimeException, SliderConstraintException
Attributes
- Source
- SliderConstraint.scala
- Supertypes
-
class RuntimeExceptionclass Exceptionclass Throwabletrait Serializableclass Objecttrait Matchableclass AnyShow all
trait SliderConstraintException extends Exception
Attributes
- Source
- SliderConstraint.scala
- Supertypes
-
class Exceptionclass Throwabletrait Serializableclass Objecttrait Matchableclass AnyShow all
- Known subtypes
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
Attributes
- Source
- SliderConstraint.scala
Attributes
- Source
- SliderConstraint.scala
Attributes
- Source
- SliderConstraint.scala
In this article