Uses of Interface
ca.nengo.config.Configurable

Packages that use Configurable
ca.nengo.model.impl   
ca.nengo.model.nef.impl   
 

Uses of Configurable in ca.nengo.model.impl
 

Classes in ca.nengo.model.impl that implement Configurable
 class BasicOrigin
          A generic implementation of Origin.
 class MockConfigurable
          A dummy Configurable class for testing purposes.
static class MockConfigurable.MockChildConfigurable
          A child of MockConfigurable.
static class MockConfigurable.MockLittleConfigurable
          A simple dummy Configurable for nesting in MockConfigurable.
 

Methods in ca.nengo.model.impl that return Configurable
 Configurable MockConfigurable.getConfigurableField()
           
 

Methods in ca.nengo.model.impl with parameters of type Configurable
 void MockConfigurable.setConfigurableField(Configurable val)
           
 

Uses of Configurable in ca.nengo.model.nef.impl
 

Classes in ca.nengo.model.nef.impl that implement Configurable
 class BiasOrigin
          Part of a projection in which each of the Nodes making up an Ensemble is a source of only excitatory or inhibitory connections.
 class DecodedOrigin
          An Origin of functions of the state variables of an NEFEnsemble.