Uses of Class
neqsim.process.safety.dto.CapacityAlertDTO
Packages that use CapacityAlertDTO
-
Uses of CapacityAlertDTO in neqsim.process.safety.dto
Fields in neqsim.process.safety.dto with type parameters of type CapacityAlertDTOModifier and TypeFieldDescriptionprivate final List<CapacityAlertDTO> DisposalLoadCaseResultDTO.alertsprivate final List<CapacityAlertDTO> DisposalNetworkSummaryDTO.alertsMethods in neqsim.process.safety.dto that return types with arguments of type CapacityAlertDTOModifier and TypeMethodDescriptionDisposalLoadCaseResultDTO.getAlerts()DisposalNetworkSummaryDTO.getAlerts()Constructor parameters in neqsim.process.safety.dto with type arguments of type CapacityAlertDTOModifierConstructorDescriptionDisposalLoadCaseResultDTO(String loadCaseName, Map<String, FlarePerformanceDTO> performanceByUnit, double totalHeatDutyMW, double maxRadiationDistanceM, List<CapacityAlertDTO> alerts)