org.simBio.sim.analyzer.csv
Class 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.CsvMaker
org.simBio.sim.analyzer.csv.ALaCarte
- All Implemented Interfaces:
- Node
public class ALaCarte
- extends CsvMaker
Writes a numerical value of selected nodes to csv file.
Select the nodes with "target " + number in the xml file.
特定のパラメータをCsvに書き込むクラス。
"target " + numberとして書き出したいNodeを設定して下さい。
- Version:
- $Revision: 1.2 $
- Author:
- Nobuaki Sarai
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 |
targets_
protected List targets_
- 記録対象となっているNodeのList
ALaCarte
public ALaCarte()
prepare
protected void prepare()
- get targets to the list.
書き出す対象をlistに登録。
- Overrides:
prepare
in class CsvMaker
- See Also:
Component.prepare()
MakeLabelLine
protected String MakeLabelLine()
- Description copied from class:
CsvMaker
- Label line
- Specified by:
MakeLabelLine
in class CsvMaker
- Returns:
- label strings
MakeValueLine
protected String MakeValueLine()
- Specified by:
MakeValueLine
in class CsvMaker
Copyright © 2005 Cell/Biodinamics simulation project. All Rights Reserved.