Package | Description |
---|---|
fern.benchmark | |
fern.simulation.observer | |
fern.tools.gnuplot |
Modifier and Type | Method and Description |
---|---|
GnuPlot |
Benchmark.toGnuplot(GnuPlot gnuplot,
String[] dataLabels,
String[] styles)
Adds the benchmark data without conversion to a given
GnuPlot object. |
GnuPlot |
Benchmark.toGnuplot(String[] dataLabels,
String[] styles)
Adds the benchmark data without conversion to a new
GnuPlot object. |
GnuPlot |
Benchmark.toGnuPlotAsHistogram(GnuPlot gnuplot,
String[] dataLabels,
String[] styles)
Adds the benchmark data as histogram to a given
GnuPlot object. |
GnuPlot |
Benchmark.toGnuPlotAsHistogram(String[] dataLabels,
String[] styles)
Adds the benchmark data as histogram to a new
GnuPlot object. |
Modifier and Type | Method and Description |
---|---|
GnuPlot |
Benchmark.toGnuplot(GnuPlot gnuplot,
String[] dataLabels,
String[] styles)
Adds the benchmark data without conversion to a given
GnuPlot object. |
GnuPlot |
Benchmark.toGnuPlotAsHistogram(GnuPlot gnuplot,
String[] dataLabels,
String[] styles)
Adds the benchmark data as histogram to a given
GnuPlot object. |
Modifier and Type | Method and Description |
---|---|
GnuPlot |
AmountAtMomentObserver.toGnuplot() |
GnuPlot |
IntervalObserver.toGnuplot() |
GnuPlot |
FireTypeObserver.toGnuplot() |
GnuPlot |
LeapObserver.toGnuplot() |
GnuPlot |
GnuPlotObserver.toGnuplot()
Creates a new
GnuPlot object and passes the actual observer data to it. |
GnuPlot |
RandomNumberGeneratorCallObserver.toGnuplot() |
GnuPlot |
AmountAtMomentObserver.toGnuplot(GnuPlot gnuplot) |
GnuPlot |
IntervalObserver.toGnuplot(GnuPlot gnuplot) |
GnuPlot |
FireTypeObserver.toGnuplot(GnuPlot gnuplot) |
GnuPlot |
LeapObserver.toGnuplot(GnuPlot gnuplot) |
GnuPlot |
GnuPlotObserver.toGnuplot(GnuPlot gnuplot)
Passes the actual observer data to a
GnuPlot object. |
GnuPlot |
RandomNumberGeneratorCallObserver.toGnuplot(GnuPlot gnuplot) |
GnuPlot |
IntervalObserver.toGnuplotRecent()
Creates a new
GnuPlot object and passes the recent observer data to it. |
GnuPlot |
IntervalObserver.toGnuplotRecent(GnuPlot gnuplot)
Passes the recent observer data to a
GnuPlot object. |
Modifier and Type | Method and Description |
---|---|
GnuPlot |
AmountAtMomentObserver.toGnuplot(GnuPlot gnuplot) |
GnuPlot |
IntervalObserver.toGnuplot(GnuPlot gnuplot) |
GnuPlot |
FireTypeObserver.toGnuplot(GnuPlot gnuplot) |
GnuPlot |
LeapObserver.toGnuplot(GnuPlot gnuplot) |
GnuPlot |
GnuPlotObserver.toGnuplot(GnuPlot gnuplot)
Passes the actual observer data to a
GnuPlot object. |
GnuPlot |
RandomNumberGeneratorCallObserver.toGnuplot(GnuPlot gnuplot) |
GnuPlot |
IntervalObserver.toGnuplotRecent(GnuPlot gnuplot)
Passes the recent observer data to a
GnuPlot object. |
Modifier and Type | Method and Description |
---|---|
void |
GnuPlot.merge(GnuPlot gnuplot)
Merges another gnuplot object with this one by add its axes and copy its default style to the
axes (if they have no style).
|
Copyright © 2007–2021. All rights reserved.