|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--neuroidnet.ntr.NeuroidProfile
Keeping track of changes of Neuroids.
Created: Tue Apr 9 15:25:36 2002
Modified: $Date: 2003/03/09 19:26:17 $
| Field Summary | |
(package private) ModeProfile |
modeProfile
|
(package private) Neuroid |
neuroid
|
(package private) Vector |
synapseProfiles
|
| Constructor Summary | |
NeuroidProfile(Neuroid neuroid)
Set the value of spikesEmitted. |
|
| Method Summary | |
Plot |
getMembranePotentialPlot()
|
ModeProfile |
getModeProfile()
Get the value of modeProfile. |
Neuroid |
getNeuroid()
Get the value of neuroid. |
Vector |
getSpikesEmitted()
Get the value of spikesEmitted. |
SpikePlot |
getSpikesEmittedPlot()
|
Vector |
getSynapseProfiles()
Get the value of synapseProfiles. |
void |
setModeProfile(ModeProfile v)
Set the value of modeProfile. |
void |
setNeuroid(Neuroid v)
Set the value of neuroid. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
ModeProfile modeProfile
final Vector synapseProfiles
Neuroid neuroid
| Constructor Detail |
public NeuroidProfile(Neuroid neuroid)
| Method Detail |
public ModeProfile getModeProfile()
public void setModeProfile(ModeProfile v)
v - Value to assign to modeProfile.public Vector getSynapseProfiles()
public Neuroid getNeuroid()
public void setNeuroid(Neuroid v)
v - Value to assign to neuroid.public Vector getSpikesEmitted()
public SpikePlot getSpikesEmittedPlot()
public Plot getMembranePotentialPlot()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||