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.

Author:
Bryan Tripp

Method Summary
 SynapticIntegrator make()
           
 

Method Detail

make

SynapticIntegrator make()