org.simBio.core.integrator
Class Positive
java.lang.Object
org.simBio.core.Component
org.simBio.core.Parameter
org.simBio.core.integrator.Euler
org.simBio.core.integrator.Positive
- All Implemented Interfaces:
- Node, Variable
- Direct Known Subclasses:
- Concentration, Probability
public class Positive
- extends Euler
keep the value positive.
- Version:
- $Log: Positive.java,v $
Revision 1.1 2005/11/01 06:32:39 mikaelwing
First version of simBio hosted on sourceforge, version 0.3
Revision 1.1 2005/09/12 04:57:29 sarai
rearrenge folder structure as a Maven style
Revision 1.3 2005/08/04 07:48:05 sarai
merge with branch dev_terashima_et_al_2005
Revision 1.1.2.2 2005/06/15 01:17:00 sarai moved to simBio branch dev_terashima_et_al_2005
2005/02/15 09:49:15 Created.
- Author:
- Sarai
- See Also:
- put reference here
XML example
explanation
Fields inherited from class org.simBio.core.integrator.Euler |
dydt |
Fields inherited from interface org.simBio.core.Variable |
TINY |
Method Summary |
protected void |
update(double dt)
keep the value positive. |
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 |
Positive
public Positive()
update
protected void update(double dt)
- keep the value positive.
- Overrides:
update
in class Euler
- See Also:
Euler.update(double)
Copyright © 2005 Cell/Biodinamics simulation project. All Rights Reserved.