org.simBio.sim.analyzer
クラス StopWatch

java.lang.Object
  上位を拡張 org.simBio.core.Component
      上位を拡張 org.simBio.core.Parameter
          上位を拡張 org.simBio.core.Composite
              上位を拡張 org.simBio.core.Analyzer
                  上位を拡張 org.simBio.sim.analyzer.StopWatch
すべての実装されたインタフェース:
Node

public class StopWatch
extends Analyzer

バージョン:
$Revision: 1.1 $
作成者:
Nobuaki Sarai

フィールドの概要
 Node elapsedTime
           
 Node lapTime
           
 Node totalTime
           
 
クラス org.simBio.core.Parameter から継承されたフィールド
value
 
コンストラクタの概要
StopWatch()
           
 
メソッドの概要
protected  void analyze(double t)
          Please implements this Method to manipulate Nodes.
protected  void end()
          called at the end of integration,
計算終了時に呼ばれます。
protected  void lap()
           
protected  void prepare()
          親が自分と同じ名前のpublic doubleを持っていれば、自分の値を設定する。
protected  void quit()
          called before destruction,
instanceを破棄する前に呼び出されます。
 void ratio()
           
protected  void reset()
           
protected  void setLinks()
          called after instance tree was constructed, getNode, getLink here,
インスタンスツリー作成後に呼び出される,
 
クラス org.simBio.core.Composite から継承されたメソッド
accept, getLink, getNode, getNodesIterator, getNodesSize
 
クラス org.simBio.core.Parameter から継承されたメソッド
addValue, getValue, getValueString, setInitializer, setValue, setValueString, setValueToField
 
クラス org.simBio.core.Component から継承されたメソッド
addDydt, getIndent, getIndentedShortName, getName, getName, getParent, getRoot, getShortName, getUnits, isNamed, isPrefixed, logIndented
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
インタフェース org.simBio.core.Node から継承されたメソッド
addDydt, addValue, getValue, setValue
 

フィールドの詳細

lapTime

public Node lapTime

totalTime

public Node totalTime

elapsedTime

public Node elapsedTime
コンストラクタの詳細

StopWatch

public StopWatch()
メソッドの詳細

lap

protected void lap()

ratio

public void ratio()

setLinks

protected void setLinks()
クラス Component の記述:
called after instance tree was constructed, getNode, getLink here,
インスタンスツリー作成後に呼び出される,

オーバーライド:
クラス Component 内の setLinks

analyze

protected void analyze(double t)
クラス Analyzer の記述:
Please implements this Method to manipulate Nodes. This Method is called every time step from Conductor.

定義:
クラス Analyzer 内の analyze
パラメータ:
t - time
関連項目:
Conductor.integrate()

reset

protected void reset()

prepare

protected void prepare()
クラス Parameter の記述:
親が自分と同じ名前のpublic doubleを持っていれば、自分の値を設定する。

オーバーライド:
クラス Parameter 内の prepare
関連項目:
Component.prepare()

end

protected void end()
クラス Component の記述:
called at the end of integration,
計算終了時に呼ばれます。

オーバーライド:
クラス Component 内の end

quit

protected void quit()
クラス Component の記述:
called before destruction,
instanceを破棄する前に呼び出されます。

オーバーライド:
クラス Component 内の quit


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