org.simBio.sim.analyzer.csv
Class Total

java.lang.Object
  extended by org.simBio.core.Component
      extended by org.simBio.core.Parameter
          extended by org.simBio.core.Composite
              extended by org.simBio.core.Analyzer
                  extended by org.simBio.sim.analyzer.csv.CsvMaker
                      extended by 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

Field Summary
 
Fields inherited from class org.simBio.sim.analyzer.csv.CsvMaker
elapsedTime, fileName, interval, isActive, offset, onset
 
Fields inherited from class org.simBio.core.Parameter
value
 
Constructor Summary
Total()
           
 
Method Summary
protected  java.lang.String MakeLabelLine()
          Label line
protected  java.lang.String MakeValueLine()
           
 void visit(Component data)
           
 void visit(Composite parent)
           
 
Methods inherited from class org.simBio.sim.analyzer.csv.CsvMaker
analyze, end, prepare
 
Methods inherited from class org.simBio.core.Composite
accept, getLink, getNode, getNodesIterator, getNodesSize
 
Methods inherited from class org.simBio.core.Parameter
addValue, getValue, getValueString, 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
 

Constructor Detail

Total

public Total()
Method Detail

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 java.lang.String MakeLabelLine()
Description copied from class: CsvMaker
Label line

Specified by:
MakeLabelLine in class CsvMaker
Returns:
label strings

MakeValueLine

protected java.lang.String MakeValueLine()
Specified by:
MakeValueLine in class CsvMaker


Copyright © 2002-2008 Cell/Biodinamics simulation project. All Rights Reserved.