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

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
すべての実装されたインタフェース:
Node
直系の既知のサブクラス:
ALaCarte

public abstract class AbstractAppender
extends Analyzer

append the parameters to CSV file at the end of calculation.
計算終了時に結果をcsv fileに追加書き込みする。 file nameに存在しないdirectoryが含まれているときはdirectoryを作成する。

バージョン:
$Log: AbstractAppender.java,v $ Revision 1.1 2005/11/01 06:32:39 mikaelwing First version of simBio hosted on sourceforge, version 0.3 Revision 1.4 2005/09/16 06:22:06 sarai getFile is moved to FileHandler Revision 1.3 2005/09/16 04:22:24 sarai synchronized csv writing
作成者:
Nobuaki Sarai

フィールドの概要
 Node fileName
          file name to write result data.
 
クラス org.simBio.core.Parameter から継承されたフィールド
value
 
コンストラクタの概要
AbstractAppender()
           
 
メソッドの概要
protected  void end()
          close csv file.
protected abstract  java.lang.String MakeLabelLine()
           
protected abstract  java.lang.String MakeValueLine()
           
 
クラス org.simBio.core.Analyzer から継承されたメソッド
analyze
 
クラス org.simBio.core.Composite から継承されたメソッド
accept, getLink, getNode, getNodesIterator, getNodesSize
 
クラス org.simBio.core.Parameter から継承されたメソッド
addValue, getValue, getValueString, prepare, 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
 

フィールドの詳細

fileName

public Node fileName
file name to write result data.

コンストラクタの詳細

AbstractAppender

public AbstractAppender()
メソッドの詳細

end

protected void end()
close csv file.

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

MakeLabelLine

protected abstract java.lang.String MakeLabelLine()
戻り値:
label strings.

MakeValueLine

protected abstract java.lang.String MakeValueLine()
戻り値:
value strings.


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