Uses of Class
neqsim.process.safety.ProcessSafetyAnalysisSummary
Packages that use ProcessSafetyAnalysisSummary
-
Uses of ProcessSafetyAnalysisSummary in neqsim.process.safety
Methods in neqsim.process.safety that return ProcessSafetyAnalysisSummaryModifier and TypeMethodDescriptionProcessSafetyAnalyzer.analyze(ProcessSafetyScenario scenario) private ProcessSafetyAnalysisSummaryProcessSafetyAnalyzer.buildSummary(ProcessSafetyScenario scenario, ProcessSystem referenceSystem, ProcessSystem scenarioSystem) Methods in neqsim.process.safety that return types with arguments of type ProcessSafetyAnalysisSummaryModifier and TypeMethodDescriptionProcessSafetyAnalyzer.analyze(Collection<ProcessSafetyScenario> scenarios) default List<ProcessSafetyAnalysisSummary> ProcessSafetyResultRepository.findAll()Retrieve stored results.Methods in neqsim.process.safety with parameters of type ProcessSafetyAnalysisSummaryModifier and TypeMethodDescriptionvoidProcessSafetyResultRepository.save(ProcessSafetyAnalysisSummary summary) Persist a safety analysis summary.