public class AmountIntervalObserver 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 |
---|
AmountIntervalObserver(Simulator sim,
double interval,
int... species)
Creates the observer for a given simulator, a given interval and given species indices
|
AmountIntervalObserver(Simulator sim,
double interval,
int duration,
String... speciesName)
Creates the observer for a given simulator, a given interval and given species names with total
simulation time.
|
AmountIntervalObserver(Simulator sim,
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 AmountIntervalObserver(Simulator sim, double interval, int... species)
sim
- simulatorinterval
- intervalspecies
- species indicespublic AmountIntervalObserver(Simulator sim, double interval, String... speciesName)
sim
- simulatorinterval
- intervalspeciesName
- species namespublic String[] getStyles()
GnuPlotObserver
Copyright © 2007–2021. All rights reserved.