org.simBio.bio.terashima_et_al_2006.experiment
Class StepChanger
java.lang.Object
org.simBio.core.Component
org.simBio.core.Parameter
org.simBio.core.Composite
org.simBio.core.Reactor
org.simBio.bio.terashima_et_al_2006.experiment.StepChanger
- All Implemented Interfaces:
- Node
public class StepChanger
- extends Reactor
Change the value in a step manner.
- Version:
- $Log: StepChanger.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/10/17 07:53:06 mikael
Moved from branch dev_terashima_et_al_2005
Revision 1.1.2.4 2005/07/01 12:29:51 sarai
revised Javadoc
2005/01/28 09:38:33 Sarai created.
- Author:
- Sarai
- See Also:
- XML example
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.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 |
hold
public double hold
step
public double step
interval
public double interval
onset
public double onset
offset
public double offset
StepChanger
public StepChanger()
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 © 2005 Cell/Biodinamics simulation project. All Rights Reserved.