org.simBio.sim.analyzer.csv
Class Total
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.Total
- All Implemented Interfaces:
- Node, Visitor
public class Total
- extends CsvMaker
- implements Visitor
writes values of all parameters, variables and nodes to csv file
親Reactor以下のTreeに存在する全てのReactorとParameterの値をcsv fileに書き出す
- Version:
- $Revision: 1.1 $
- Author:
- Nobuaki Sarai
Constructor Summary |
Total()
|
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 |
Total
public Total()
visit
public void visit(Component data)
- Specified by:
visit
in interface Visitor
visit
public void visit(Composite parent)
- Specified by:
visit
in interface Visitor
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.