Package cambio.simulator.export
package cambio.simulator.export
Report collection and data framework.
-
ClassDescriptionAccumulates numeric data points.A
AsyncReportWriter
that writes a list of values to a single column.Writes a list of values to multiple columns, seperated byMiSimReporters.csvSeperator
.A base class that provides functionalities to asynchronously write data to a file.MultiDataPointReporter that averages all entries for a TimeInstance over a given time bucket.A datapoint reporter that can map collected data points into time buckets based on aBucketMultiDataPointReporter.bucketingFunction
.Provides methods for direct conversion to the csv format.TheDependencyGraph
class is used in order to create the graph that displays the dependencies between the systems' microservice instances.Utility functions for creating the experiment report.AMiSimReporter
that collects uses anAsyncListReportWriter
to collect data points.MiSimReporter<R extends AsyncReportWriter<?>>Base class for all MiSimReporters.Class that manges allMiSimReporter
s.Dynamically-typed data point collector.Reports last value for the given time bucket.