Package ca.nengo.model.impl

Interface Summary
NodeFactory Produces Nodes.
 

Class Summary
AbstractEnsemble Abstract class that can be used as a basis for Ensemble implementations.
AbstractNode A base implementation of Node.
BasicOrigin A generic implementation of Origin.
BasicTermination A basic implementation of Termination with configurable dynamics and no special integrative features.
EnsembleImpl Default implementation of Ensemble.
EnsembleOrigin An Origin that is composed of the Origins of multiple Nodes.
EnsembleTermination A Termination that is composed of Terminations onto multiple Nodes.
FunctionInput  
LinearExponentialTermination A Termination at which incoming spikes induce exponentially decaying post-synaptic currents that are combined linearly.
NetworkImpl Default implementation of Network.
NoiseFactory Default additive Noise implementations.
NoiseFactory.NoiseImplFunction Note: there are no public setters here for the same reason as in NoiseImplPDF.
NoiseFactory.NoiseImplNull  
NoiseFactory.NoiseImplPDF Note: setters are private, because Origins typically make copies for each output dimension, which would then not be updated with changes to the original.
PassthroughNode A Node that passes values through unaltered.
PassthroughNode.PassthroughTermination  
PlasticEnsembleImpl An extension of the default ensemble; connection weights can be modified by a plasticity rule.
PlasticEnsembleTermination A Termination that is composed of Terminations onto multiple Nodes.
PreciseSpikeOutputImpl  
ProbeableOrigin An Origin that obtains output from an underlying Probeable object.
ProjectionImpl Default implementation of Projection.
RealOutputImpl Default implementation of RealOutput.
SpikeOutputImpl Default implementation of SpikeOutput.