Uses of Enum Class
neqsim.process.mechanicaldesign.InstrumentScheduleGenerator.SilRating
Packages that use InstrumentScheduleGenerator.SilRating
-
Uses of InstrumentScheduleGenerator.SilRating in neqsim.process.mechanicaldesign
Subclasses with type arguments of type InstrumentScheduleGenerator.SilRating in neqsim.process.mechanicaldesignModifier and TypeClassDescriptionstatic enumSIL rating classification per IEC 61508 / IEC 61511.Fields in neqsim.process.mechanicaldesign declared as InstrumentScheduleGenerator.SilRatingModifier and TypeFieldDescriptionprivate final InstrumentScheduleGenerator.SilRatingInstrumentScheduleGenerator.InstrumentEntry.silRatingMethods in neqsim.process.mechanicaldesign that return InstrumentScheduleGenerator.SilRatingModifier and TypeMethodDescriptionInstrumentScheduleGenerator.InstrumentEntry.getSilRating()Gets the SIL rating.Returns the enum constant of this class with the specified name.InstrumentScheduleGenerator.SilRating.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in neqsim.process.mechanicaldesign with parameters of type InstrumentScheduleGenerator.SilRatingModifierConstructorDescriptionInstrumentEntry(String tagNumber, String equipmentTag, String serviceDescription, InstrumentScheduleGenerator.MeasuredVariable measuredVariable, String unit, double rangeMin, double rangeMax, double normalValue, double alarmLow, double alarmHigh, double tripLow, double tripHigh, InstrumentScheduleGenerator.SilRating silRating, MeasurementDeviceInterface device) Creates an instrument entry.