org.simBio.core.integrator
Class Probability
java.lang.Object
org.simBio.core.Component
org.simBio.core.Parameter
org.simBio.core.integrator.Euler
org.simBio.core.integrator.Positive
org.simBio.core.integrator.Probability
- All Implemented Interfaces:
- Node, Variable
public class Probability
- extends Positive
Keep the value between 0 and 1.
- Version:
- $Log: Probability.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:50:13 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 Sarai 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 less than 1. |
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 |
Probability
public Probability()
update
protected void update(double dt)
- keep the value less than 1.
- Overrides:
update
in class Positive
- See Also:
Positive.update(double)
Copyright © 2005 Cell/Biodinamics simulation project. All Rights Reserved.