Uses of Record Class
eds.model.StatisticsCollector.Snapshot
Packages that use StatisticsCollector.Snapshot
Package
Description
MVC controller layer of the application.
Persistence and reporting infrastructure used by the MVC model layer.
MVC model layer of the application.
-
Uses of StatisticsCollector.Snapshot in controller
Methods in controller with parameters of type StatisticsCollector.SnapshotModifier and TypeMethodDescriptionvoidController.showResultsPage(StatisticsCollector.Snapshot snapshot, Records.StatisticsAndMetricsRecord record) Opens the results page and sends final simulation data there.voidIViewToModelController.showResultsPage(StatisticsCollector.Snapshot snapshot, Records.StatisticsAndMetricsRecord record) voidSimulationPageController.showResultsPage(StatisticsCollector.Snapshot snapshot, Records.StatisticsAndMetricsRecord record) Opens the results page and sends final simulation data there.voidController.updateResultsPage(StatisticsCollector.Snapshot snapshot, Records.StatisticsAndMetricsRecord record) Fills the results page labels with already computed simulation output.voidIViewToModelController.updateResultsPage(StatisticsCollector.Snapshot snapshot, Records.StatisticsAndMetricsRecord record) voidResultsPageController.updateResultsPage(StatisticsCollector.Snapshot snapshot, Records.StatisticsAndMetricsRecord record) Fills the results page with final simulation values. -
Uses of StatisticsCollector.Snapshot in eds.database
Methods in eds.database with parameters of type StatisticsCollector.SnapshotModifier and TypeMethodDescriptionIQueries.buildRecord(StatisticsCollector.Snapshot snap, String runName, long seed, double meanValidation, double meanMarket, double meanLimit, double meanExecution, double meanArrival, double simulationTime) Converts a Snapshot and engine config parameters into a StatisticsAndMetricsRecord ready for persistence.Queries.buildRecord(StatisticsCollector.Snapshot snap, String runName, long seed, double meanValidation, double meanMarket, double meanLimit, double meanExecution, double meanArrival, double simulationTime) Converts a StatisticsCollector.Snapshot and engine config parameters into a StatisticsAndMetricsRecord ready for persistence. -
Uses of StatisticsCollector.Snapshot in eds.model
Methods in eds.model that return StatisticsCollector.SnapshotModifier and TypeMethodDescriptionStatisticsCollector.buildSnapshot(double simulationEndTime) IEngine.getStatisticsSnapshot()MyEngine.getStatisticsSnapshot()Returns the latest final statistics snapshot created inMyEngine.results().