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

Field Summary
(package private)  SynapseProfile synapseProfile
           
 
Fields inherited from class edu.ull.cgunay.plots.SimplePlot
 
Fields inherited from class edu.ull.cgunay.plots.Plot
grapher, range
 
Constructor Summary
PotentialPlot(String title, Range range, SynapseProfile synapseProfile)
           
 
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.SimplePlot
body, preamble, prepare, recipe
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

synapseProfile

SynapseProfile synapseProfile
Constructor Detail

PotentialPlot

public PotentialPlot(String title,
                     Range range,
                     SynapseProfile synapseProfile)
Method Detail

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()