neuroidnet.ntr
Class WeightedPotentialPlot
java.lang.Object
|
+--edu.ull.cgunay.plots.Plot
|
+--edu.ull.cgunay.plots.SimplePlot
|
+--neuroidnet.ntr.PotentialPlot
|
+--neuroidnet.ntr.WeightedPotentialPlot
- All Implemented Interfaces:
- HasAxisLabels, Serializable
- public class WeightedPotentialPlot
- extends PotentialPlot
Weighted potential plot of a synapse.
Created: Tue Apr 16 14:15:32 2002
Modified: $Date: 2003/05/16 21:05:53 $
- Version:
- $Revision: 1.4 $ for this file.
- Author:
- Cengiz Gunay
- See Also:
- 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. |
| 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 |
WeightedPotentialPlot
public WeightedPotentialPlot(String title,
Range range,
SynapseProfile synapseProfile)
body
public String body()
- Description copied from class:
PotentialPlot
- Iterates on the spikes receive times of the synapse and adds
epsp() functions for each.
- Overrides:
body in class PotentialPlot
- Returns:
- a
String value - See Also:
PotentialPlot.preamble()