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

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

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

Subinterfaces of ChannelMut in com.croftsoft.core.ai.neuro
 interface ChannelSim
          Extension of interface ChannelMut that implements Sim.
 

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

Classes in com.croftsoft.core.ai.neuro.imp that implement ChannelMut
 class ChannelMutImp
          ChannelMut implementation.
 class SnapChannel
          Mutable Channel implementation that snaps shut when updated.
 

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


CroftSoft Javadoc

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