Uses of Enum Class
neqsim.process.safety.risk.RiskMatrix.ConsequenceCategory
Packages that use RiskMatrix.ConsequenceCategory
Package
Description
Probabilistic risk analysis framework for process safety.
-
Uses of RiskMatrix.ConsequenceCategory in neqsim.process.safety.risk
Subclasses with type arguments of type RiskMatrix.ConsequenceCategory in neqsim.process.safety.riskModifier and TypeClassDescriptionstatic enumConsequence categories (1-5).Fields in neqsim.process.safety.risk declared as RiskMatrix.ConsequenceCategoryModifier and TypeFieldDescriptionprivate RiskMatrix.ConsequenceCategoryRiskMatrix.RiskAssessment.consequenceCategoryMethods in neqsim.process.safety.risk that return RiskMatrix.ConsequenceCategoryModifier and TypeMethodDescriptionRiskMatrix.ConsequenceCategory.fromProductionLoss(double lossPercent) Gets category from production loss percentage.RiskMatrix.RiskAssessment.getConsequenceCategory()Returns the enum constant of this class with the specified name.static RiskMatrix.ConsequenceCategory[]RiskMatrix.ConsequenceCategory.values()Returns an array containing the constants of this enum class, in the order they are declared.