Nengo.ca

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 Base class for ConfigurationHandlers that deal with 2D arrays
StringHandler ConfigurationHandler for String values.
UnitsHandler ConfigurationHandler for Units values.
VectorHandler ConfigurationHandler for float[] values.
 


Nengo.ca