| Interface | Description |
|---|---|
| AlarmEvent |
The alarm event transports all information about a particular alarm instance.
|
| AlarmListener |
The event handler interface for alarming events.
|
| PyAlarmEvent |
Created by colby.clegg on 10/27/2014.
|
| Class | Description |
|---|---|
| AlarmBasedFunctionFactory |
Extends
PropertyBasedFunctionFactory to include various alarm related functions, such as isActive, isClear,
etc. |
| AlarmEventInstance |
Alarm events normally exist as a single object in the system.
|
| AlarmFilter | |
| AlarmFilterBuilder |
This class provides a convenient way to build common alarm filters.
|
| BasicAlarmEvent | |
| EventData | |
| PyAlarmEventImpl |
| Enum | Description |
|---|---|
| AlarmPriority |
The priority of the alarm.
|
| AlarmState | |
| AlarmStateTransition |
This enum represents a single alarm state, generally the state that a particular event represents the transition to.
|
| AlarmSystemEvent | |
| AlarmType |