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.
MatrixHandler ConfigurationHandler for float[][] values.
StringHandler ConfigurationHandler for String values.
UnitsHandler ConfigurationHandler for Units values.
VectorHandler ConfigurationHandler for float[] values.