Package ca.nengo.config.handlers

Class Summary
BaseHandler Base class that provides default behaviour for ConfigurationHandlers.
BooleanHandler ConfigurationHandler for Boolean values.
EnumHandler ConfigurationHandler for SimulationMode values.
FloatHandler ConfigurationHandler for Float values.
IntegerHandler ConfigurationHandler for Integer values.
LongHandler ConfigurationHandler for Long values.
MatrixHandler ConfigurationHandler for float[][] values.
MatrixHandlerBase  
StringHandler ConfigurationHandler for String values.
UnitsHandler ConfigurationHandler for Units values.
VectorHandler ConfigurationHandler for float[] values.