|
||||||||||
| 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.CsvMaker
org.simBio.sim.analyzer.csv.ALaCarte
public class ALaCarte
Writes a numerical value of selected nodes to csv file.
Select the nodes with "target " + number in the xml file.
特定のパラメータをCsvに書き込むクラス。
"target " + numberとして書き出したいNodeを設定して下さい。
| Field Summary | |
|---|---|
protected java.util.List |
targets_
記録対象となっているNodeのList |
| 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 | |
|---|---|
ALaCarte()
|
|
| Method Summary | |
|---|---|
protected java.lang.String |
MakeLabelLine()
Label line |
protected java.lang.String |
MakeValueLine()
|
protected void |
prepare()
get targets to the list. |
| Methods inherited from class org.simBio.sim.analyzer.csv.CsvMaker |
|---|
analyze, end |
| 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 |
| Field Detail |
|---|
protected java.util.List targets_
| Constructor Detail |
|---|
public ALaCarte()
| Method Detail |
|---|
protected void prepare()
prepare in class CsvMakerComponent.prepare()protected java.lang.String MakeLabelLine()
CsvMaker
MakeLabelLine in class CsvMakerprotected java.lang.String MakeValueLine()
MakeValueLine in class CsvMaker
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||