Uses of Interface
com.croftsoft.core.sim.DeltaClock

Packages that use DeltaClock
com.croftsoft.core.ai.neuro.imp Neuronal network simulation implementations (demo). 
com.croftsoft.core.sim Simulation support classes. 
 

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

Constructors in com.croftsoft.core.ai.neuro.imp with parameters of type DeltaClock
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)
           
 

Uses of DeltaClock in com.croftsoft.core.sim
 

Classes in com.croftsoft.core.sim that implement DeltaClock
 class DeltaClockImp
          DeltaClock implementation.
 class NanoDeltaClock
          DeltaClock implementation.
 


CroftSoft Javadoc

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