object SliderConstraint
- Source
- SliderConstraint.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SliderConstraint
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- class ConstraintCompilerException extends CompilerException with SliderConstraintException
- class ConstraintExceptionHolder extends Exception
- class ConstraintRuntimeException extends RuntimeException with SliderConstraintException
- trait SliderConstraintException extends Exception
- case class Spec(fieldName: String, displayName: String) extends Product with Serializable
Value Members
- val Inc: Spec
- val Max: Spec
- val Min: Spec
-
def
makeSliderConstraint(agent: Agent, minCode: String, maxCode: String, incCode: String, defValue: Double, ownerName: String, thunkFactory: LogoThunkFactory, compiler: CompilerServices): SliderConstraint
- Annotations
- @throws( classOf[ConstraintExceptionHolder] )