Uses of Package
ca.nengo.model.impl

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

Classes in ca.nengo.model.impl used by ca.nengo.model.impl
AbstractEnsemble
          Abstract class that can be used as a basis for Ensemble implementations.
AbstractNode
          A base implementation of Node.
EnsembleImpl
          Default implementation of Ensemble.
EnsembleTermination
          A Termination that is composed of Terminations onto multiple Nodes.
LinearExponentialTermination
          A Termination at which incoming spikes induce exponentially decaying post-synaptic currents that are combined linearly.
MockConfigurable
          A dummy Configurable class for testing purposes.
MockNode
          A Cloneable Node for testing copy&paste / drag&drop.
NetworkImpl
          Default implementation of Network.
NodeFactory
          Produces Nodes.
 

Classes in ca.nengo.model.impl used by ca.nengo.model.nef
NodeFactory
          Produces Nodes.
 

Classes in ca.nengo.model.impl used by ca.nengo.model.nef.impl
AbstractEnsemble
          Abstract class that can be used as a basis for Ensemble implementations.
EnsembleImpl
          Default implementation of Ensemble.
NodeFactory
          Produces Nodes.
PlasticEnsembleImpl
          An extension of the default ensemble; connection weights can be modified by a plasticity rule.
 

Classes in ca.nengo.model.impl used by ca.nengo.model.neuron.impl
NodeFactory
          Produces Nodes.