Uses of Enum Class
neqsim.process.safety.risk.RiskMatrix.RiskLevel
Packages that use RiskMatrix.RiskLevel
Package
Description
Probabilistic risk analysis framework for process safety.
Real-time Risk Monitoring Package for Digital Twin Integration.
-
Uses of RiskMatrix.RiskLevel in neqsim.process.safety.risk
Subclasses with type arguments of type RiskMatrix.RiskLevel in neqsim.process.safety.riskFields in neqsim.process.safety.risk declared as RiskMatrix.RiskLevelModifier and TypeFieldDescriptionprivate RiskMatrix.RiskLevelRiskMatrix.RiskAssessment.riskLevelMethods in neqsim.process.safety.risk that return RiskMatrix.RiskLevelModifier and TypeMethodDescriptionstatic RiskMatrix.RiskLevelRiskMatrix.RiskLevel.fromScore(int score) Gets risk level from risk score.RiskMatrix.RiskAssessment.getRiskLevel()static RiskMatrix.RiskLevelReturns the enum constant of this class with the specified name.static RiskMatrix.RiskLevel[]RiskMatrix.RiskLevel.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in neqsim.process.safety.risk with parameters of type RiskMatrix.RiskLevelModifier and TypeMethodDescriptionRiskMatrix.getEquipmentByRiskLevel(RiskMatrix.RiskLevel level) Gets equipment in a specific risk level. -
Uses of RiskMatrix.RiskLevel in neqsim.process.safety.risk.realtime
Fields in neqsim.process.safety.risk.realtime declared as RiskMatrix.RiskLevelModifier and TypeFieldDescriptionprivate RiskMatrix.RiskLevelRealTimeRiskMonitor.EquipmentRiskStatus.categoryprivate RiskMatrix.RiskLevelRealTimeRiskAssessment.riskCategoryRisk category.Methods in neqsim.process.safety.risk.realtime that return RiskMatrix.RiskLevelModifier and TypeMethodDescriptionRealTimeRiskMonitor.EquipmentRiskStatus.getCategory()RealTimeRiskAssessment.getRiskCategory()Methods in neqsim.process.safety.risk.realtime with parameters of type RiskMatrix.RiskLevelModifier and TypeMethodDescriptionvoidRealTimeRiskMonitor.EquipmentRiskStatus.setCategory(RiskMatrix.RiskLevel cat)