Class ResultsPageController
java.lang.Object
controller.ResultsPageController
JavaFX controller for the results page.
Responsibilities:
- receive the final simulation data for results_view.fxml
- forward navigation actions back to
Controller
- provide UI methods for writing formatted values into labels-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidupdateResultsPage(StatisticsCollector.Snapshot snapshot, Records.StatisticsAndMetricsRecord record) Fills the results page with final simulation values.
-
Constructor Details
-
ResultsPageController
public ResultsPageController()
-
-
Method Details
-
updateResultsPage
public void updateResultsPage(StatisticsCollector.Snapshot snapshot, Records.StatisticsAndMetricsRecord record) Fills the results page with final simulation values.- Parameters:
snapshot- the final simulation snapshot with aggregated metricsrecord- the database record used for human-readable insight text
-