public class MultiAmountIntervalObserver extends IntervalObserver
This observer does take repeats into account. If you repeat the simulation, you will get an average over the results of each run.
Constructor and Description |
---|
MultiAmountIntervalObserver(Simulator sim,
String presentationName,
double interval,
int... species)
Creates the observer for a given simulator, a given interval and given species indices
|
MultiAmountIntervalObserver(Simulator sim,
String presentationName,
double interval,
String... speciesName)
Creates the observer for a given simulator, a given interval and given species names.
|
Modifier and Type | Method and Description |
---|---|
String[] |
getStyles()
Gets the styles for the columns.
|
activateReaction, finished, getAvgLog, getFinalValue, getRecentData, isPlotQuality, isThetaMethod, setPlotQuality, setThetaMethod, started, step, theta, toGnuplot, toGnuplot, toGnuplotRecent, toGnuplotRecent, toString
getLabelFormat, getNumSimulations, getPrintWriter, getSimulator, getTheta, print, setLabelFormat, setPrintWriter, setTheta
public MultiAmountIntervalObserver(Simulator sim, String presentationName, double interval, int... species)
sim
- simulatorinterval
- intervalspecies
- species indicespublic MultiAmountIntervalObserver(Simulator sim, String presentationName, double interval, String... speciesName)
sim
- simulatorinterval
- intervalspeciesName
- species namespublic String[] getStyles()
GnuPlotObserver
Copyright © 2007–2021. All rights reserved.