Packagetwaver
Interfacepublic interface IAlarmElementMapping
Implementors AlarmElementMapping

This interface defines the very high level properties of AlarmElementMapping. To know more about alarm element mapping mechanism, please see class AlarmElementMapping.

See also

twaver.AlarmElementMapping


Public Methods
 MethodDefined By
  
Get all corresponding alarm objects of specified element.
IAlarmElementMapping
  
Get all corresponding elements effected by the specified alarm.
IAlarmElementMapping
Method Detail
getCorrespondingAlarms()method
public function getCorrespondingAlarms(element:IElement):Array

Get all corresponding alarm objects of specified element.

Parameters

element:IElement — the element need to check.

Returns
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.

Returns
Array — all corresponding elements effected by the specified alarm.