Class AlarmTripScheduleGenerator.AlarmTripEntry
java.lang.Object
neqsim.process.mechanicaldesign.AlarmTripScheduleGenerator.AlarmTripEntry
- All Implemented Interfaces:
Serializable
- Enclosing class:
AlarmTripScheduleGenerator
public static class AlarmTripScheduleGenerator.AlarmTripEntry
extends Object
implements Serializable
Represents a single alarm or trip setpoint entry.
- Version:
- 1.0
- Author:
- esol
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionAlarmTripEntry(String equipmentTag, String instrumentTag, AlarmTripScheduleGenerator.ServiceType serviceType, String setpointType, double setpointValue, String unit, AlarmTripScheduleGenerator.AlarmPriority priority, String actionType, String description) Creates an alarm/trip entry. -
Method Summary
Modifier and TypeMethodDescriptionGets the action type.Gets the description.Gets the equipment tag.Gets the instrument tag.Gets the alarm priority.Gets the service type.Gets the setpoint type.doubleGets the setpoint value.getUnit()Gets the engineering unit.
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
equipmentTag
-
instrumentTag
-
serviceType
-
setpointType
-
setpointValue
private double setpointValue -
unit
-
priority
-
actionType
-
description
-
-
Constructor Details
-
AlarmTripEntry
public AlarmTripEntry(String equipmentTag, String instrumentTag, AlarmTripScheduleGenerator.ServiceType serviceType, String setpointType, double setpointValue, String unit, AlarmTripScheduleGenerator.AlarmPriority priority, String actionType, String description) Creates an alarm/trip entry.- Parameters:
equipmentTag- equipment tag nameinstrumentTag- instrument tag (e.g. PT, TT, LT, FT)serviceType- service type enumsetpointType- setpoint category (LO, HI, LOLO, HIHI)setpointValue- numeric setpoint valueunit- engineering unitpriority- alarm priorityactionType- action (Alarm or Trip)description- textual description
-
-
Method Details
-
getEquipmentTag
-
getInstrumentTag
-
getServiceType
Gets the service type.- Returns:
- service type enum
-
getSetpointType
Gets the setpoint type.- Returns:
- setpoint type string (LO, HI, LOLO, HIHI)
-
getSetpointValue
public double getSetpointValue()Gets the setpoint value.- Returns:
- numeric setpoint
-
getUnit
-
getPriority
Gets the alarm priority.- Returns:
- priority enum
-
getActionType
-
getDescription
-