org.simBio.bio.hodgkin_huxley_1952
Class I_stim

java.lang.Object
  extended by org.simBio.core.Component
      extended by org.simBio.core.Parameter
          extended by org.simBio.core.Composite
              extended by org.simBio.core.Reactor
                  extended by org.simBio.bio.hodgkin_huxley_1952.I_stim
All Implemented Interfaces:
Node

public class I_stim
extends Reactor

Stimulus current.

Version:
$Revision: 1.3 $
Author:
Nobuaki Sarai
See Also:
XML example

Field Summary
 double amplitude
          amplitude of the stimulus current (microA_per_cm2)
 double interval
          stimulus interval (milliS)
 double offset
          stimulus onset (milliS)
 double onset
          stimulus onset (milliS)
 
Fields inherited from class org.simBio.core.Parameter
value
 
Constructor Summary
I_stim()
           
 
Method Summary
protected  void calculate(double t)
          apply stimulus current.
 
Methods inherited from class org.simBio.core.Composite
accept, getLink, getNode, getNodesIterator, getNodesSize
 
Methods inherited from class org.simBio.core.Parameter
addValue, getValue, getValueString, prepare, setInitializer, setValue, setValueString, setValueToField
 
Methods inherited from class org.simBio.core.Component
addDydt, end, getIndent, getIndentedShortName, getName, getName, getParent, getRoot, getShortName, getUnits, isNamed, isPrefixed, logIndented, quit, setLinks
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.simBio.core.Node
addDydt, addValue, getValue, setValue
 

Field Detail

onset

public double onset
stimulus onset (milliS)


offset

public double offset
stimulus onset (milliS)


interval

public double interval
stimulus interval (milliS)


amplitude

public double amplitude
amplitude of the stimulus current (microA_per_cm2)

Constructor Detail

I_stim

public I_stim()
Method Detail

calculate

protected void calculate(double t)
apply stimulus current.

Specified by:
calculate in class Reactor
Parameters:
t - elapsed time (ms)


Copyright © 2002-2008 Cell/Biodinamics simulation project. All Rights Reserved.