object SliderConstraint

Source
SliderConstraint.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SliderConstraint
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. class ConstraintCompilerException extends CompilerException with SliderConstraintException
  2. class ConstraintExceptionHolder extends Exception
  3. class ConstraintRuntimeException extends RuntimeException with SliderConstraintException
  4. trait SliderConstraintException extends Exception
  5. case class Spec(fieldName: String, displayName: String) extends Product with Serializable

Value Members

  1. val Inc: Spec
  2. val Max: Spec
  3. val Min: Spec
  4. def makeSliderConstraint(agent: Agent, minCode: String, maxCode: String, incCode: String, defValue: Double, ownerName: String, thunkFactory: LogoThunkFactory, compiler: CompilerServices): SliderConstraint
    Annotations
    @throws( classOf[ConstraintExceptionHolder] )