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

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

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

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

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

Classes in com.croftsoft.core.ai.neuro.imp that implement Sim
 class HhNeuronImp
          Hodgkin-Huxley (HH) neuron.
 class ReliableSynapse
          A synapse that reliably opens the channel when the neuron spikes.
 class SnapChannel
          Mutable Channel implementation that snaps shut when updated.
 class TireNeuron
          Integrate and tire neuron.
 

Uses of Sim in com.croftsoft.core.sim
 

Methods in com.croftsoft.core.sim with parameters of type Sim
static void SimLib.access(Sim... sims)
           
static void SimLib.mutate(Sim... sims)
           
static void SimLib.update(Sim... sims)
           
 

Method parameters in com.croftsoft.core.sim with type arguments of type Sim
static void SimLib.access(Iterable<Sim> simIterable)
           
static void SimLib.mutate(Iterable<Sim> simIterable)
           
static void SimLib.update(Iterable<Sim> simIterable)
           
 


CroftSoft Javadoc

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