org.simBio.bio.negroni_lascano_1996.exp
Class LChange

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.negroni_lascano_1996.exp.LChange
All Implemented Interfaces:
Node

public class LChange
extends Reactor

muscle length is set with the controlled step and duration

Version:
$Log: LChange.java,v $ Revision 1.1 2005/11/01 06:32:39 mikaelwing First version of simBio hosted on sourceforge, version 0.3 Revision 1.1 2005/09/12 04:57:21 sarai rearrenge folder structure as a Maven style Revision 1.3 2005/08/04 07:13:45 sarai merge with branch dev_terashima_et_al_2005 Revision 1.2 2005/06/15 02:13:59 sarai revised javadoc
2005/05/12 03:09:42 moved to exp package
Author:
chiaki oka

Field Summary
 double dL
          length step
 double duration
          step duration
 Node L
          muscle length
 double onset
          start time for shortning
 
Fields inherited from class org.simBio.core.Parameter
value
 
Constructor Summary
LChange()
           
 
Method Summary
protected  void calculate(double t)
          write equations here, and calculate dy over dt.
protected  void prepare()
          親が自分と同じ名前のpublic doubleを持っていれば、自分の値を設定する。
 
Methods inherited from class org.simBio.core.Composite
accept, getLink, getNode, getNodesIterator, getNodesSize
 
Methods inherited from class org.simBio.core.Parameter
addValue, getValue, getValueString, 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

L

public Node L
muscle length


onset

public double onset
start time for shortning


dL

public double dL
length step


duration

public double duration
step duration

Constructor Detail

LChange

public LChange()
Method Detail

calculate

protected void calculate(double t)
Description copied from class: Reactor
write equations here, and calculate dy over dt.
計算中に呼び出される。 計算式を記載する。dy/dtをここで計算する。

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

prepare

protected void prepare()
Description copied from class: Parameter
親が自分と同じ名前のpublic doubleを持っていれば、自分の値を設定する。

Overrides:
prepare in class Parameter
See Also:
Component.prepare()


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