Uses of Class
neqsim.process.equipment.failure.EquipmentFailureMode.Builder
Packages that use EquipmentFailureMode.Builder
Package
Description
Equipment failure modeling for reliability and risk analysis.
-
Uses of EquipmentFailureMode.Builder in neqsim.process.equipment.failure
Methods in neqsim.process.equipment.failure that return EquipmentFailureMode.BuilderModifier and TypeMethodDescriptionEquipmentFailureMode.Builder.autoRecoverable(boolean recoverable) Sets whether the failure is auto-recoverable.EquipmentFailureMode.Builder.autoRecoveryTime(double seconds) Sets the auto-recovery time in seconds.static EquipmentFailureMode.BuilderEquipmentFailureMode.builder()Creates a new builder.EquipmentFailureMode.Builder.capacityFactor(double factor) Sets the capacity factor (0.0 to 1.0).EquipmentFailureMode.Builder.description(String description) Sets the description.EquipmentFailureMode.Builder.efficiencyFactor(double factor) Sets the efficiency factor.EquipmentFailureMode.Builder.failureFrequency(double frequency) Sets the failure frequency per year.EquipmentFailureMode.Builder.mttr(double hours) Sets the mean time to repair in hours.Sets the failure mode name.EquipmentFailureMode.Builder.requiresImmediateAction(boolean required) Sets whether immediate action is required.EquipmentFailureMode.Builder.type(EquipmentFailureMode.FailureType type) Sets the failure type.Constructors in neqsim.process.equipment.failure with parameters of type EquipmentFailureMode.Builder