org.simBio.sim.analyzer.csv
Class Siblings

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.Siblings
All Implemented Interfaces:
Node

public class Siblings
extends CsvMaker

should be placed into the xml file of the parent node from which one wants to get the childrens' parameters
親Reactorの持つ全てのVariableとReactorの値をcsv形式で書き出す

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
Siblings()
           
 
Method Summary
protected  java.lang.String MakeLabelLine()
          Label line
protected  java.lang.String MakeValueLine()
           
 
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

Siblings

public Siblings()
Method Detail

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.