|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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を作成する。
| Field Summary | |
|---|---|
Node |
fileName
file name to write result data. |
| Fields inherited from class org.simBio.core.Parameter |
|---|
value |
| Constructor Summary | |
|---|---|
AbstractAppender()
|
|
| Method Summary | |
|---|---|
protected void |
end()
close csv file. |
protected abstract java.lang.String |
MakeLabelLine()
|
protected abstract java.lang.String |
MakeValueLine()
|
| Methods inherited from class org.simBio.core.Analyzer |
|---|
analyze |
| Methods inherited from class org.simBio.core.Composite |
|---|
accept, getLink, getNode, getNodesIterator, getNodesSize |
| Methods inherited from class org.simBio.core.Parameter |
|---|
addValue, getValue, getValueString, prepare, setInitializer, setValue, setValueString, setValueToField |
| Methods inherited from class org.simBio.core.Component |
|---|
addDydt, getIndent, getIndentedShortName, getName, getName, getParent, getRoot, getShortName, getUnits, isNamed, isPrefixed, logIndented, quit, setLinks |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.simBio.core.Node |
|---|
addDydt, addValue, getValue, setValue |
| Field Detail |
|---|
public Node fileName
| Constructor Detail |
|---|
public AbstractAppender()
| Method Detail |
|---|
protected void end()
end in class ComponentComponent.end()protected abstract java.lang.String MakeLabelLine()
protected abstract java.lang.String MakeValueLine()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||