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

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

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

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

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

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

Constructor parameters in com.croftsoft.core.ai.neuro.imp with type arguments of type Channel
HhNeuronImp(Seq<Channel> channelSeq, DeltaClock deltaClock)
           
HhNeuronImp(Seq<Channel> channelSeq, DeltaClock deltaClock, double h, double leakConductivity, double leakReversalPotential, double m, double membraneArea, double membraneCapacitivity, double membraneVoltage, double n, double potassiumConductivity, double potassiumReversalPotential, double sodiumConductivity, double sodiumReversalPotential, double threshold)
           
TireNeuron(Seq<Channel> channelSeq, DeltaClock deltaClock)
           
TireNeuron(Seq<Channel> channelSeq, DeltaClock deltaClock, double depolarized, double hyperpolarized, double leakConductance, double leakReversalPotential, double membraneCapacitance, double membraneVoltage, boolean spiking, double threshold)
           
 


CroftSoft Javadoc

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