ca.nengo.model.neuron.impl
Interface SynapticIntegratorFactory
- All Superinterfaces:
- java.io.Serializable
- All Known Implementing Classes:
- LinearSynapticIntegrator.Factory
public interface SynapticIntegratorFactory
- extends java.io.Serializable
Creates SynapticIntegrators. Implementations should have a zero-arg
constructor that parameterizes the factory with defaults, and accessor
methods for changing these parameters as appropriate.
make
SynapticIntegrator make()
- Returns:
- Synaptic integrator with defaults