Uses of Class
neqsim.process.safety.scenario.AutomaticScenarioGenerator.ScenarioRunResult
Packages that use AutomaticScenarioGenerator.ScenarioRunResult
Package
Description
Automatic scenario generation for safety analysis.
-
Uses of AutomaticScenarioGenerator.ScenarioRunResult in neqsim.process.safety.scenario
Methods in neqsim.process.safety.scenario that return types with arguments of type AutomaticScenarioGenerator.ScenarioRunResultModifier and TypeMethodDescriptionAutomaticScenarioGenerator.runAllSingleFailures()Runs all single-failure scenarios for enabled failure modes.AutomaticScenarioGenerator.runScenarios(List<ProcessSafetyScenario> scenarios) Runs all generated scenarios and collects results.Method parameters in neqsim.process.safety.scenario with type arguments of type AutomaticScenarioGenerator.ScenarioRunResultModifier and TypeMethodDescriptionstatic StringAutomaticScenarioGenerator.summarizeResults(List<AutomaticScenarioGenerator.ScenarioRunResult> results) Generates a summary of scenario run results.