|
||||||||||
| 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.integrator.Euler
org.simBio.core.integrator.Positive
public class Positive
keep the value positive.
| Field Summary |
|---|
| Fields inherited from class org.simBio.core.integrator.Euler |
|---|
dydt |
| Fields inherited from class org.simBio.core.Parameter |
|---|
value |
| Fields inherited from interface org.simBio.core.Variable |
|---|
TINY |
| Constructor Summary | |
|---|---|
Positive()
|
|
| Method Summary | |
|---|---|
protected void |
update(double dt)
keep the value positive. |
| Methods inherited from class org.simBio.core.integrator.Euler |
|---|
addDydt, addValue, getDydt, getDydtOverY, setValue |
| Methods inherited from class org.simBio.core.Parameter |
|---|
getValue, getValueString, prepare, setInitializer, setValueString, setValueToField |
| Methods inherited from class org.simBio.core.Component |
|---|
accept, 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 |
|---|
getValue |
| Constructor Detail |
|---|
public Positive()
| Method Detail |
|---|
protected void update(double dt)
update in class EulerEuler.update(double)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||