|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectorg.simBio.core.Component
org.simBio.core.Parameter
org.simBio.core.Composite
org.simBio.core.Analyzer
org.simBio.sim.analyzer.csv.result.AbstractAppender
public abstract class AbstractAppender
append the parameters to CSV file at the end of calculation.
計算終了時に結果をcsv fileに追加書き込みする。
file nameに存在しないdirectoryが含まれているときはdirectoryを作成する。
| フィールドの概要 | |
|---|---|
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 |
| フィールドの詳細 |
|---|
public Node fileName
| コンストラクタの詳細 |
|---|
public AbstractAppender()
| メソッドの詳細 |
|---|
protected void end()
Component 内の endComponent.end()protected abstract java.lang.String MakeLabelLine()
protected abstract java.lang.String MakeValueLine()
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||