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

Field Summary
 
Fields inherited from class neuroidnet.ntr.PotentialPlot
synapseProfile
 
Fields inherited from class edu.ull.cgunay.plots.SimplePlot
 
Fields inherited from class edu.ull.cgunay.plots.Plot
grapher, range
 
Constructor Summary
WeightedPotentialPlot(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.
 
Methods inherited from class neuroidnet.ntr.PotentialPlot
preamble
 
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
 

Constructor Detail

WeightedPotentialPlot

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

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