|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectorg.simBio.core.Component
org.simBio.core.Parameter
org.simBio.core.Composite
org.simBio.util.numerical.MathUnivariableFunction
org.simBio.bio.kuzumoto_et_al_2007.contraction.ParallelElementForce
public class ParallelElementForce
Parallel element force of NL contraction model, Negroni JA and Lascano EC. J Mol Cell Cardiol 31: 1509-1526, 1999.
| フィールドの概要 | |
|---|---|
double |
K
|
double |
Kl
|
protected static double |
L0
|
| クラス org.simBio.core.Parameter から継承されたフィールド |
|---|
value |
| コンストラクタの概要 | |
|---|---|
ParallelElementForce()
|
|
| メソッドの概要 | |
|---|---|
double |
evaluate(double L)
Evaluates this function at specified value. |
| クラス org.simBio.core.Composite から継承されたメソッド |
|---|
accept, getLink, getNode, getNodesIterator, getNodesSize |
| クラス org.simBio.core.Parameter から継承されたメソッド |
|---|
addValue, getValue, getValueString, prepare, setInitializer, setValue, setValueString, setValueToField |
| クラス org.simBio.core.Component から継承されたメソッド |
|---|
addDydt, end, getIndent, getIndentedShortName, getName, getName, getParent, getRoot, getShortName, getUnits, isNamed, isPrefixed, logIndented, quit, setLinks |
| クラス java.lang.Object から継承されたメソッド |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| インタフェース org.simBio.core.Node から継承されたメソッド |
|---|
addDydt, addValue, getValue, setValue |
| フィールドの詳細 |
|---|
protected static final double L0
public double K
public double Kl
| コンストラクタの詳細 |
|---|
public ParallelElementForce()
| メソッドの詳細 |
|---|
public double evaluate(double L)
MathUnivariableFunction の記述:
MathUnivariableFunction 内の evaluateL - The value.
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||