Package cdx.scorebot.util.config

Contains classes which define parameters to Tests.

See:
          Description

Class Summary
ConfigBoolean Implements Boolean as a configuration option
ConfigDouble Implements Double as a configuration option
ConfigInteger Implements Integer as a configuration option
ConfigOption<T> Declares translation methods a parameter must have so it can be translated between a form representable on the Configurer GUI and a form useful to the Test itself.
ConfigString Implements String as a configuration option
 

Enum Summary
ComponType an enumeration of different kinds of input which will be associated with different component types
VariableType an enumeration of different kinds of ways to choose a value for a variable from a set of values
 

Package cdx.scorebot.util.config Description

Contains classes which define parameters to Tests.