org.simBio.core.integrator
クラス 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
すべての実装されたインタフェース:
Node, Variable

public class Probability
extends Positive

Keep the value between 0 and 1.

バージョン:
$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.
作成者:
Sarai
関連項目:
put reference here, XML example, explanation

フィールドの概要
 
クラス org.simBio.core.integrator.Euler から継承されたフィールド
dydt
 
クラス org.simBio.core.Parameter から継承されたフィールド
value
 
インタフェース org.simBio.core.Variable から継承されたフィールド
TINY
 
コンストラクタの概要
Probability()
           
 
メソッドの概要
protected  void update(double dt)
          keep the value less than 1.
 
クラス org.simBio.core.integrator.Euler から継承されたメソッド
addDydt, addValue, getDydt, getDydtOverY, setValue
 
クラス org.simBio.core.Parameter から継承されたメソッド
getValue, getValueString, prepare, setInitializer, setValueString, setValueToField
 
クラス org.simBio.core.Component から継承されたメソッド
accept, end, getIndent, getIndentedShortName, getName, getName, getParent, getRoot, getShortName, getUnits, isNamed, isPrefixed, logIndented, quit, setLinks
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
インタフェース org.simBio.core.Node から継承されたメソッド
getValue
 

コンストラクタの詳細

Probability

public Probability()
メソッドの詳細

update

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

オーバーライド:
クラス Positive 内の update
関連項目:
Positive.update(double)


???(C) 2002-2007 ?????????????????????