neuroidnet.ntr
Class PotentialPlot
java.lang.Object
|
+--edu.ull.cgunay.plots.Plot
|
+--edu.ull.cgunay.plots.SimplePlot
|
+--neuroidnet.ntr.PotentialPlot
- All Implemented Interfaces:
- HasAxisLabels, Serializable
- Direct Known Subclasses:
- WeightedPotentialPlot
- public class PotentialPlot
- extends SimplePlot
Plot for synapse potential.
Created: Mon Apr 15 22:15:15 2002
Modified: $Date: 2003/05/16 21:05:52 $
- Version:
- $Revision: 1.5 $ for this file.
- Author:
- Cengiz Gunay
- See Also:
Synapse,
Serialized Form
| Fields inherited from class edu.ull.cgunay.plots.SimplePlot |
|
|
Method Summary |
String |
body()
Iterates on the spikes receive times of the synapse and adds
epsp() functions for each. |
String |
preamble()
Define the epsp() function here. |
| Methods inherited from class edu.ull.cgunay.plots.Plot |
add, assign, def_func, div, exp, func, geq, getFontSize, getGrapher, getLabel, getRange, getTitle, getXLabel, getYLabel, mul, neg, plot, profile, range, setFontSize, setGrapher, setLabel, setRange, setTitle, setXLabel, setYLabel, sub, toString, variable |
synapseProfile
SynapseProfile synapseProfile
PotentialPlot
public PotentialPlot(String title,
Range range,
SynapseProfile synapseProfile)
preamble
public String preamble()
- Define the
epsp() function here.
- Overrides:
preamble in class SimplePlot
- Returns:
- a
String value
body
public String body()
- Iterates on the spikes receive times of the synapse and adds
epsp() functions for each.
- Specified by:
body in class SimplePlot
- Returns:
- a
String value - See Also:
preamble()