neuroidnet.remote
Class Synapse

java.lang.Object
  |
  +--neuroidnet.ntr.Synapse
        |
        +--neuroidnet.remote.Synapse
All Implemented Interfaces:
DumpsData, Expressive, Remote, Serializable, SynapseInt

Deprecated. See neuroidnet.ntr.Synapse

public class Synapse
extends Synapse
implements SynapseInt

An augmented remote synapse definition.

Created: Fri Dec 1 02:34:03 2000

Version:
$Revision: 1.6 $
Author:
Cengiz Gunay
See Also:
Serialized Form

Nested Class Summary
 
Nested classes inherited from class neuroidnet.ntr.Synapse
 
Field Summary
(package private)  Synapse localSynapse
          Deprecated.  
 
Fields inherited from class neuroidnet.ntr.Synapse
maxWeight, weight
 
Constructor Summary
Synapse(Neuroid srcNeuroid, Neuroid destNeuroid, double timeConstantM, double timeConstantS, boolean isInhibitory, double delay)
          Deprecated.  
 
Method Summary
 Synapse getLocalSynapse()
          Deprecated. Get the value of localSynapse.
 void setLocalSynapse(Synapse v)
          Deprecated. Set the value of localSynapse.
 
Methods inherited from class neuroidnet.ntr.Synapse
dumpData, getDelay, getDestNeuroid, getId, getProfile, getProperties, getSpikeTrain, getSrcNeuroid, getStatus, getTimeConstantM, getTimeConstantS, getWeight, getWeightObject, isWatch, nameString, receiveSpike, setDelay, setDestNeuroid, setId, setProfile, setSrcNeuroid, setTimeConstantM, setTimeConstantS, setWatch, setWeight, statusString, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface neuroidnet.remote.SynapseInt
receiveSpike
 

Field Detail

localSynapse

Synapse localSynapse
Deprecated. 
Constructor Detail

Synapse

public Synapse(Neuroid srcNeuroid,
               Neuroid destNeuroid,
               double timeConstantM,
               double timeConstantS,
               boolean isInhibitory,
               double delay)
        throws RemoteException
Deprecated. 
Method Detail

getLocalSynapse

public Synapse getLocalSynapse()
Deprecated. 
Get the value of localSynapse.

Returns:
value of localSynapse.

setLocalSynapse

public void setLocalSynapse(Synapse v)
Deprecated. 
Set the value of localSynapse.

Parameters:
v - Value to assign to localSynapse.