Uses of Enum Class
neqsim.process.mechanicaldesign.InstrumentScheduleGenerator.MeasuredVariable
Packages that use InstrumentScheduleGenerator.MeasuredVariable
-
Uses of InstrumentScheduleGenerator.MeasuredVariable in neqsim.process.mechanicaldesign
Subclasses with type arguments of type InstrumentScheduleGenerator.MeasuredVariable in neqsim.process.mechanicaldesignModifier and TypeClassDescriptionstatic enumMeasurement variable classification per ISA-5.1.Fields in neqsim.process.mechanicaldesign declared as InstrumentScheduleGenerator.MeasuredVariableModifier and TypeFieldDescriptionprivate final InstrumentScheduleGenerator.MeasuredVariableInstrumentScheduleGenerator.InstrumentEntry.measuredVariableMethods in neqsim.process.mechanicaldesign that return InstrumentScheduleGenerator.MeasuredVariableModifier and TypeMethodDescriptionInstrumentScheduleGenerator.InstrumentEntry.getMeasuredVariable()Gets the measured variable type.Returns the enum constant of this class with the specified name.InstrumentScheduleGenerator.MeasuredVariable.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in neqsim.process.mechanicaldesign with parameters of type InstrumentScheduleGenerator.MeasuredVariableModifier and TypeMethodDescriptionintInstrumentScheduleGenerator.getCountByType(InstrumentScheduleGenerator.MeasuredVariable variable) Gets instrument count by measured variable type.InstrumentScheduleGenerator.getEntriesByType(InstrumentScheduleGenerator.MeasuredVariable variable) Gets entries filtered by measured variable type.private StringInstrumentScheduleGenerator.nextTag(InstrumentScheduleGenerator.MeasuredVariable variable) Generates the next ISA-5.1 tag number for the given variable type.Constructors in neqsim.process.mechanicaldesign with parameters of type InstrumentScheduleGenerator.MeasuredVariableModifierConstructorDescriptionInstrumentEntry(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.