ca.nengo.model.neuron
Interface Neuron
- All Superinterfaces:
- java.lang.Cloneable, Node, Resettable, java.io.Serializable, SimulationMode.ModeConfigurable, VisiblyMutable
- All Known Implementing Classes:
- ExpandableSpikingNeuron, GruberNeuronFactory.GruberNeuron, SpikingNeuron
public interface Neuron
- extends Node
A model of a single neuron cell. Neurons are Nodes which can have multiple Terminations, and
multiple Origins (corresponding to axonal output and possibly other outpus such as gap junctions),
but they always have a primary Origin which is named Neuron.AXON.
Field Summary |
static java.lang.String |
AXON
Standard name for the primary Origin of a Neuron, which outputs its spikes or firing rate
depending on SimulationMode. |
Methods inherited from interface ca.nengo.model.Node |
clone, getChildren, getDocumentation, getName, getOrigin, getOrigins, getTermination, getTerminations, run, setDocumentation, setName, toScript |
AXON
static final java.lang.String AXON
- Standard name for the primary Origin of a Neuron, which outputs its spikes or firing rate
depending on SimulationMode.
- See Also:
- Constant Field Values