Nengo.ca

ca.nengo.model.neuron.impl
Interface SpikeGeneratorFactory

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ALIFSpikeGenerator.Factory, LIFSpikeGenerator.Factory, PoissonSpikeGenerator.LinearFactory, PoissonSpikeGenerator.SigmoidFactory, RateFunctionSpikeGenerator.PoiraziDendriteSigmoidFactory

public interface SpikeGeneratorFactory
extends java.io.Serializable

Creates SpikeGenerators. Implementations should have a zero-arg constructor that parameterizes the factory with defaults, and accessor methods for changing these parameters as appropriate.


Method Summary
 SpikeGenerator make()
           
 

Method Detail

make

SpikeGenerator make()
Returns:
Sets defaults

Nengo.ca