org.simBio.core.integrator
クラス Positive

java.lang.Object
  上位を拡張 org.simBio.core.Component
      上位を拡張 org.simBio.core.Parameter
          上位を拡張 org.simBio.core.integrator.Euler
              上位を拡張 org.simBio.core.integrator.Positive
すべての実装されたインタフェース:
Node, Variable
直系の既知のサブクラス:
Concentration, Probability

public class Positive
extends Euler

keep the value positive.

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

フィールドの概要
 
クラス org.simBio.core.integrator.Euler から継承されたフィールド
dydt
 
クラス org.simBio.core.Parameter から継承されたフィールド
value
 
インタフェース org.simBio.core.Variable から継承されたフィールド
TINY
 
コンストラクタの概要
Positive()
           
 
メソッドの概要
protected  void update(double dt)
          keep the value positive.
 
クラス 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
 

コンストラクタの詳細

Positive

public Positive()
メソッドの詳細

update

protected void update(double dt)
keep the value positive.

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


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