Uses of Interface
ca.nengo.config.ConfigurationHandler

Packages that use ConfigurationHandler
ca.nengo.config   
ca.nengo.config.handlers   
 

Uses of ConfigurationHandler in ca.nengo.config
 

Classes in ca.nengo.config that implement ConfigurationHandler
 class MainHandler
          A composite ConfigurationHandler which delegates to other underlying ConfigurationHandlers that can handle specific classes.
 

Methods in ca.nengo.config with parameters of type ConfigurationHandler
 void MainHandler.addHandler(ConfigurationHandler handler)
           
 

Uses of ConfigurationHandler in ca.nengo.config.handlers
 

Classes in ca.nengo.config.handlers that implement ConfigurationHandler
 class BaseHandler
          Base class that provides default behaviour for ConfigurationHandlers.
 class BooleanHandler
          ConfigurationHandler for Boolean values.
 class EnumHandler
          ConfigurationHandler for SimulationMode values.
 class FloatHandler
          ConfigurationHandler for Float values.
 class IntegerHandler
          ConfigurationHandler for Integer values.
 class LongHandler
          ConfigurationHandler for Long values.
 class MatrixHandler
          ConfigurationHandler for float[][] values.
 class MatrixHandlerBase
           
 class StringHandler
          ConfigurationHandler for String values.
 class UnitsHandler
          ConfigurationHandler for Units values.
 class VectorHandler
          ConfigurationHandler for float[] values.