|
||||||||||
| 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.ForceEquilibrium
public class ForceEquilibrium
Calculation of force equilibrium.
| Field Summary | |
|---|---|
MathUnivariableFunction |
Fb
|
Node |
forceExt
|
MathUnivariableFunction |
Fp
|
| Fields inherited from class org.simBio.core.Parameter |
|---|
value |
| Constructor Summary | |
|---|---|
ForceEquilibrium()
|
|
| 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 Node forceExt
public MathUnivariableFunction Fb
public MathUnivariableFunction Fp
| Constructor Detail |
|---|
public ForceEquilibrium()
| 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 | |||||||||