|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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.CrossBridgeForce
public class CrossBridgeForce
Cross bridge force of NL contraction model, Negroni JA and Lascano EC. J Mol Cell Cardiol 31: 1509-1526, 1999.
| Field Summary | |
|---|---|
double |
A
force of cross bridge and parallel elastic comp. |
Node |
TCaCB
|
Node |
TCB
|
Node |
X
|
| Fields inherited from class org.simBio.core.Parameter |
|---|
value |
| Constructor Summary | |
|---|---|
CrossBridgeForce()
|
|
| Method Summary | |
|---|---|
double |
evaluate(double L)
Evaluates this function at specified value. |
| 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 |
|---|
public double A
public Node X
public Node TCaCB
public Node TCB
| Constructor Detail |
|---|
public CrossBridgeForce()
| Method Detail |
|---|
public double evaluate(double L)
MathUnivariableFunction
evaluate in class MathUnivariableFunctionL - The value.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||