Uses of Interface
twaver.alarm.IAlarmElementMapping

Packages that use IAlarmElementMapping
twaver.alarm   
 

Uses of IAlarmElementMapping in twaver.alarm
 

Classes in twaver.alarm that implement IAlarmElementMapping
 class AlarmElementMapping
          In general the elementID property of alarm is used to connected the alarm to corresponding element.
 

Methods in twaver.alarm that return IAlarmElementMapping
 IAlarmElementMapping AlarmBox.getAlarmElementMapping()
          Get the alarm-elemen mapping object.
 

Methods in twaver.alarm with parameters of type IAlarmElementMapping
 void AlarmBox.setAlarmElementMapping(IAlarmElementMapping alarmElementMapping)
          Set the alarm-element mapping object for this alarm box.