Class SimpleSensoryNeuron

All Implemented Interfaces:
java.lang.Cloneable, java.lang.Comparable<DynamicModelComponent>, AttributeListener, AttributeObject, InterfaceObject, NamedObject, TreeObject, CleanableObject, DynamicModelComponent, DynamicModelEnvironmentSensor, TimeStepListener, Updateable, Neuron, SensoryNeuron

public class SimpleSensoryNeuron
extends AbstractSensoryNeuron
A simple input (i.e., sensory) neuron. Simple input neurons have a soma and axon; the respond to environmental state and their activity is determined by this state (rather than dendrites). Simple sensory neurons are limited to one discrete sample from their environments, designated by the parameter input.
Author:
Andrew Reid