Uses of Enum Class
neqsim.process.safety.InitiatingEvent
Packages that use InitiatingEvent
Package
Description
Probabilistic risk analysis framework for process safety.
-
Uses of InitiatingEvent in neqsim.process.safety
Subclasses with type arguments of type InitiatingEvent in neqsim.process.safetyModifier and TypeClassDescriptionenumEnumeration of initiating events for safety scenarios.Methods in neqsim.process.safety that return InitiatingEventModifier and TypeMethodDescriptionstatic InitiatingEventReturns the enum constant of this class with the specified name.static InitiatingEvent[]InitiatingEvent.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of InitiatingEvent in neqsim.process.safety.risk
Fields in neqsim.process.safety.risk declared as InitiatingEventModifier and TypeFieldDescriptionprivate InitiatingEventRiskEvent.Builder.initiatingEventprivate final InitiatingEventRiskEvent.initiatingEventMethods in neqsim.process.safety.risk that return InitiatingEventMethods in neqsim.process.safety.risk with parameters of type InitiatingEventConstructors in neqsim.process.safety.risk with parameters of type InitiatingEventModifierConstructorDescriptionRiskEvent(String name, String description, InitiatingEvent initiatingEvent) Creates a new risk event with description.RiskEvent(String name, InitiatingEvent initiatingEvent) Creates a new risk event.