neuroidnet.ntr
Class SynapseProfile

java.lang.Object
  |
  +--neuroidnet.ntr.SynapseProfile
All Implemented Interfaces:
Serializable

public class SynapseProfile
extends Object
implements Serializable

SynapseProfile.java

Created: Sun Apr 14 00:10:02 2002

Modified: $Date: 2003/05/16 21:05:53 $

Version:
$Revision: 1.7 $ for this file.
Author:
Cengiz Gunay
See Also:
Serialized Form

Field Summary
(package private)  Synapse synapse
           
(package private)  Profile weightProfile
           
 
Constructor Summary
SynapseProfile(Synapse synapse)
           
 
Method Summary
 Plot getPotentialPlot()
           
 SpikePlot getSpikesReceivedPlot()
           
 Synapse getSynapse()
          Get the value of synapse.
 Plot getWeightedPotentialPlot()
           
 Plot getWeightPlot()
           
 Profile getWeightProfile()
          Get the value of weightProfile.
 void setSynapse(Synapse v)
          Set the value of synapse.
 void setWeightProfile(Profile v)
          Set the value of weightProfile.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

weightProfile

Profile weightProfile

synapse

Synapse synapse
Constructor Detail

SynapseProfile

public SynapseProfile(Synapse synapse)
Method Detail

getWeightProfile

public Profile getWeightProfile()
Get the value of weightProfile.

Returns:
value of weightProfile.

setWeightProfile

public void setWeightProfile(Profile v)
Set the value of weightProfile.

Parameters:
v - Value to assign to weightProfile.

getSynapse

public Synapse getSynapse()
Get the value of synapse.

Returns:
value of synapse.

setSynapse

public void setSynapse(Synapse v)
Set the value of synapse.

Parameters:
v - Value to assign to synapse.

getSpikesReceivedPlot

public SpikePlot getSpikesReceivedPlot()

getPotentialPlot

public Plot getPotentialPlot()

getWeightedPotentialPlot

public Plot getWeightedPotentialPlot()

getWeightPlot

public Plot getWeightPlot()