Nengo.ca

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.


Method Summary
 SynapticIntegrator make()
           
 

Method Detail

make

SynapticIntegrator make()
Returns:
Synaptic integrator with defaults

Nengo.ca