Uses of Enum Class
neqsim.process.safety.risk.RiskEvent.ConsequenceCategory
Packages that use RiskEvent.ConsequenceCategory
Package
Description
Probabilistic risk analysis framework for process safety.
-
Uses of RiskEvent.ConsequenceCategory in neqsim.process.safety.risk
Subclasses with type arguments of type RiskEvent.ConsequenceCategory in neqsim.process.safety.riskModifier and TypeClassDescriptionstatic enumConsequence severity categories per industry standards.Fields in neqsim.process.safety.risk declared as RiskEvent.ConsequenceCategoryModifier and TypeFieldDescriptionprivate final RiskEvent.ConsequenceCategoryRiskResult.EventResult.categoryprivate RiskEvent.ConsequenceCategoryRiskEvent.Builder.consequenceCategoryprivate RiskEvent.ConsequenceCategoryRiskEvent.consequenceCategoryFields in neqsim.process.safety.risk with type parameters of type RiskEvent.ConsequenceCategoryModifier and TypeFieldDescriptionprivate final Map<RiskEvent.ConsequenceCategory, Double> RiskResult.frequencyByCategoryMethods in neqsim.process.safety.risk that return RiskEvent.ConsequenceCategoryModifier and TypeMethodDescriptionRiskResult.EventResult.getCategory()RiskEvent.getConsequenceCategory()Returns the enum constant of this class with the specified name.static RiskEvent.ConsequenceCategory[]RiskEvent.ConsequenceCategory.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 RiskEvent.ConsequenceCategoryModifier and TypeMethodDescriptionRiskModel.addConditionalEvent(String name, RiskEvent parentEvent, double probability, RiskEvent.ConsequenceCategory category) Adds a conditional event (branch in event tree).RiskModel.addInitiatingEvent(String name, double frequency, RiskEvent.ConsequenceCategory category) Creates and adds a simple initiating event.RiskEvent.Builder.consequenceCategory(RiskEvent.ConsequenceCategory category) doubleRiskResult.getCategoryFrequency(RiskEvent.ConsequenceCategory category) (package private) voidRiskResult.setCategoryFrequency(RiskEvent.ConsequenceCategory category, double frequency) voidRiskEvent.setConsequenceCategory(RiskEvent.ConsequenceCategory category) Constructors in neqsim.process.safety.risk with parameters of type RiskEvent.ConsequenceCategoryModifierConstructorDescriptionEventResult(String name, double freq, double prob, double risk, RiskEvent.ConsequenceCategory cat)