Uses of Interface
ca.nengo.model.impl.NodeFactory

Packages that use NodeFactory
ca.nengo.model.impl   
ca.nengo.model.nef   
ca.nengo.model.nef.impl   
ca.nengo.model.neuron.impl   
 

Uses of NodeFactory in ca.nengo.model.impl
 

Constructors in ca.nengo.model.impl with parameters of type NodeFactory
EnsembleImpl(java.lang.String name, NodeFactory factory, int n)
           
PlasticEnsembleImpl(java.lang.String name, NodeFactory factory, int n)
           
 

Uses of NodeFactory in ca.nengo.model.nef
 

Methods in ca.nengo.model.nef that return NodeFactory
 NodeFactory NEFEnsembleFactory.getNodeFactory()
           
 

Methods in ca.nengo.model.nef with parameters of type NodeFactory
 void NEFEnsembleFactory.setNodeFactory(NodeFactory factory)
           
 

Uses of NodeFactory in ca.nengo.model.nef.impl
 

Methods in ca.nengo.model.nef.impl that return NodeFactory
 NodeFactory NEFEnsembleFactoryImpl.getNodeFactory()
           
 

Methods in ca.nengo.model.nef.impl with parameters of type NodeFactory
 void NEFEnsembleFactoryImpl.setNodeFactory(NodeFactory factory)
           
 

Uses of NodeFactory in ca.nengo.model.neuron.impl
 

Classes in ca.nengo.model.neuron.impl that implement NodeFactory
 class ALIFNeuronFactory
          A factory for adapting leaky integrate-and-fire neurons.
static class HodgkinHuxleySpikeGenerator.HodgkinHuxleyNeuronFactory
          A factory of neurons with linear synaptic integration and Hodgkin-Huxley spike generation.
 class LIFNeuronFactory
          A factory for leaky-integrate-and-fire neurons.
static class PoissonSpikeGenerator.LinearNeuronFactory
          A factory for neurons with linear or rectified linear response functions.
static class PoissonSpikeGenerator.SigmoidNeuronFactory
          A factory for neurons with sigmoid response functions.
 class SpikingNeuronFactory
          Creates spiking neurons by delegating to a SynapticIntegratorFactory and a SpikeGeneratorFactory.