org.simBio.sim.analyzer.csv.result
クラス ALaCarte

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

public class ALaCarte
extends AbstractAppender

writes only chosen parameters, variables and nodes to csv file One has to write targets of desirable parameters in the xml file
特定のパラメータをCsvに書き込むクラス。 "target " + numberとして書き出したいNodeを設定して下さい。

バージョン:
$Log: ALaCarte.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.2 2005/08/27 04:46:07 sarai start writing from the first column
作成者:
Nobuaki Sarai

フィールドの概要
protected  java.util.List targets_
          記録対象となっているNodeのList TODO graphコンポーネントと共通化する。
 
クラス org.simBio.sim.analyzer.csv.result.AbstractAppender から継承されたフィールド
fileName
 
クラス org.simBio.core.Parameter から継承されたフィールド
value
 
コンストラクタの概要
ALaCarte()
           
 
メソッドの概要
protected  void analyze(double t)
          Please implements this Method to manipulate Nodes.
protected  java.lang.String MakeLabelLine()
           
protected  java.lang.String MakeValueLine()
           
protected  void prepare()
          set targets to the list
書き出す対象をlistに登録。
 
クラス org.simBio.sim.analyzer.csv.result.AbstractAppender から継承されたメソッド
end
 
クラス 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, quit, setLinks
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
インタフェース org.simBio.core.Node から継承されたメソッド
addDydt, addValue, getValue, setValue
 

フィールドの詳細

targets_

protected java.util.List targets_
記録対象となっているNodeのList TODO graphコンポーネントと共通化する。

コンストラクタの詳細

ALaCarte

public ALaCarte()
メソッドの詳細

prepare

protected void prepare()
set targets to the list
書き出す対象をlistに登録。

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

MakeLabelLine

protected java.lang.String MakeLabelLine()
定義:
クラス AbstractAppender 内の MakeLabelLine
戻り値:
label strings.

MakeValueLine

protected java.lang.String MakeValueLine()
定義:
クラス AbstractAppender 内の MakeValueLine
戻り値:
value strings.

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()


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