Uses of Interface
com.croftsoft.core.ai.neuro.Neuron

Packages that use Neuron
com.croftsoft.core.ai.neuro Neuronal network simulation interfaces. 
com.croftsoft.core.ai.neuro.imp Neuronal network simulation implementations (demo). 
 

Uses of Neuron in com.croftsoft.core.ai.neuro
 

Subinterfaces of Neuron in com.croftsoft.core.ai.neuro
 interface HhNeuron
          Accessor interface for a Hodgkin-Huxley (HH) neuron.
 interface HhNeuronMut
          Mutable HhNeuron.
 

Uses of Neuron in com.croftsoft.core.ai.neuro.imp
 

Classes in com.croftsoft.core.ai.neuro.imp that implement Neuron
 class HhNeuronImp
          Hodgkin-Huxley (HH) neuron.
 class TireNeuron
          Integrate and tire neuron.
 

Constructors in com.croftsoft.core.ai.neuro.imp with parameters of type Neuron
ReliableSynapse(Neuron presynapticNeuron, ChannelMut channelMut)
           
 


CroftSoft Javadoc

CroftSoft Core Javadoc (2008-09-28 20:58:02)