public class DefaultAlarmElementMapping extends java.lang.Object implements AlarmElementMapping
DefaultAlarmElementMapping
is the default implementation for
AlarmElementMapping
interface.Constructor and Description |
---|
DefaultAlarmElementMapping() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getCorrespondingAlarms(TDataBox box,
Element element)
Gets the corresponding alarms by given data box and element object.
|
java.lang.Object |
getCorrespondingElements(TDataBox box,
Alarm alarm)
Gets the corresponding elements by given data box and alarm object.
|
public java.lang.Object getCorrespondingAlarms(TDataBox box, Element element)
getCorrespondingAlarms
in interface AlarmElementMapping
box
- the given data boxelement
- the given element objectpublic java.lang.Object getCorrespondingElements(TDataBox box, Alarm alarm)
getCorrespondingElements
in interface AlarmElementMapping
box
- the given data box.alarm
- the alarm object.Copyright © 2002 - 2010 Serva Software. All Rights Reserved.