Package | twaver |
Interface | public interface IAlarmElementMapping |
Implementors | AlarmElementMapping |
AlarmElementMapping
. To know more about
alarm element mapping mechanism, please see class
AlarmElementMapping
.
See also
Method | Defined By | ||
---|---|---|---|
getCorrespondingAlarms(element:IElement):Array
Get all corresponding alarm objects of specified element. | IAlarmElementMapping | ||
getCorrespondingElements(alarm:IAlarm):Array
Get all corresponding elements effected by the specified alarm. | IAlarmElementMapping |
getCorrespondingAlarms | () | method |
public function getCorrespondingAlarms(element:IElement):Array
Get all corresponding alarm objects of specified element.
Parameters
element:IElement — the element need to check.
|
Array — all corresponding alarms for specified element.
|
getCorrespondingElements | () | method |
public function getCorrespondingElements(alarm:IAlarm):Array
Get all corresponding elements effected by the specified alarm.
Parameters
alarm:IAlarm — the alarm need to check.
|
Array — all corresponding elements effected by the specified alarm.
|