|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectorg.simBio.core.Component
org.simBio.core.Parameter
org.simBio.core.Composite
org.simBio.core.Reactor
org.simBio.bio.function.Function
org.simBio.bio.oka_et_al_2006.function.kinetics.RateConstantCaGate
public class RateConstantCaGate
Calculate the forward and backward rate constans of two-state model by using time constant, pKd and Hill coefficient
| フィールドの概要 | |
|---|---|
Node |
k_backward
backward rate constant |
Node |
k_forward
forward rate constant |
double |
Kx
half-maximum concentration (mM) |
double |
nHill
hill coefficient (dimensionless) |
Node |
pX
p[X]. |
double |
timeconstant
time constant at a given pX (ms) |
| クラス org.simBio.core.Parameter から継承されたフィールド |
|---|
value |
| コンストラクタの概要 | |
|---|---|
RateConstantCaGate()
|
|
| メソッドの概要 | |
|---|---|
protected void |
calculate(double t)
Nothing performed |
protected void |
prepare()
Calculate forward and backward rate constants |
| クラス org.simBio.core.Composite から継承されたメソッド |
|---|
accept, getLink, getNode, getNodesIterator, getNodesSize |
| クラス org.simBio.core.Parameter から継承されたメソッド |
|---|
addValue, getValue, getValueString, 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 |
| フィールドの詳細 |
|---|
public Node k_forward
public Node k_backward
public Node pX
public double timeconstant
public double Kx
public double nHill
| コンストラクタの詳細 |
|---|
public RateConstantCaGate()
| メソッドの詳細 |
|---|
protected void calculate(double t)
Reactor 内の calculatet - elapsed time (ms)Reactor.calculate(double)protected void prepare()
Parameter 内の prepareComponent.prepare()
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||