org.simBio.core.integrator
Class Probability

java.lang.Object
  extended by org.simBio.core.Component
      extended by org.simBio.core.Parameter
          extended by org.simBio.core.integrator.Euler
              extended by org.simBio.core.integrator.Positive
                  extended by 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

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
Probability()
           
 
Method Summary
protected  void update(double dt)
          keep the value less than 1.
 
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

Probability

public Probability()
Method Detail

update

protected void update(double dt)
keep the value less than 1.

Overrides:
update in class Positive
See Also:
Positive.update(double)


Copyright © 2002-2008 Cell/Biodinamics simulation project. All Rights Reserved.