Uses of Class
neqsim.process.util.monitor.ScenarioKPI
Packages that use ScenarioKPI
-
Uses of ScenarioKPI in neqsim.process.util.monitor
Fields in neqsim.process.util.monitor declared as ScenarioKPIFields in neqsim.process.util.monitor with type parameters of type ScenarioKPIMethods in neqsim.process.util.monitor that return ScenarioKPIMethods in neqsim.process.util.monitor with parameters of type ScenarioKPIModifier and TypeMethodDescriptionvoidKPIDashboard.addScenario(String scenarioName, ScenarioKPI kpi) Adds a scenario with its KPIs to the dashboard.Method parameters in neqsim.process.util.monitor with type arguments of type ScenarioKPIModifier and TypeMethodDescriptionprivate StringKPIDashboard.findBestScenario(Function<ScenarioKPI, Double> scoreFunction) Finds the best performing scenario based on a scoring function. -
Uses of ScenarioKPI in neqsim.process.util.scenario
Fields in neqsim.process.util.scenario declared as ScenarioKPIMethods in neqsim.process.util.scenario that return ScenarioKPIModifier and TypeMethodDescriptionScenarioExecutionSummary.getKPI()Gets the KPI metrics for this scenario.Methods in neqsim.process.util.scenario with parameters of type ScenarioKPIModifier and TypeMethodDescriptionvoidScenarioExecutionSummary.setKPI(ScenarioKPI kpi) Sets the KPI metrics for this scenario.