com.croftsoft.core.ai.neuro.imp
Class ReliableSynapse

java.lang.Object
  extended by com.croftsoft.core.ai.neuro.imp.ReliableSynapse
All Implemented Interfaces:
Sim

public class ReliableSynapse
extends Object
implements Sim

A synapse that reliably opens the channel when the neuron spikes.

Since:
2008-07-19
Version:
$Id: ReliableSynapse.java,v 1.2 2008/07/25 23:32:22 croft Exp $
Author:
David Wallace Croft

Constructor Summary
ReliableSynapse(Neuron presynapticNeuron, ChannelMut channelMut)
           
 
Method Summary
 void access()
           
 void mutate()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReliableSynapse

public ReliableSynapse(Neuron presynapticNeuron,
                       ChannelMut channelMut)
Method Detail

access

public void access()
Specified by:
access in interface Sim

mutate

public void mutate()
Specified by:
mutate in interface Sim

CroftSoft Javadoc

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