|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--neuroidnet.ntr.SynapseProfile
SynapseProfile.java
Created: Sun Apr 14 00:10:02 2002
Modified: $Date: 2003/05/16 21:05:53 $
| 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 |
Profile weightProfile
Synapse synapse
| Constructor Detail |
public SynapseProfile(Synapse synapse)
| Method Detail |
public Profile getWeightProfile()
public void setWeightProfile(Profile v)
v - Value to assign to weightProfile.public Synapse getSynapse()
public void setSynapse(Synapse v)
v - Value to assign to synapse.public SpikePlot getSpikesReceivedPlot()
public Plot getPotentialPlot()
public Plot getWeightedPotentialPlot()
public Plot getWeightPlot()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||