ilog.tgo.css.function
Class IltAcknowledgedAlarmCountFunction
java.lang.Object
ilog.tgo.css.function.IltAbstractAlarmCountFunction
ilog.tgo.css.function.IltAcknowledgedAlarmCountFunction
- All Implemented Interfaces:
- IlpCSSFunction, Serializable
public class IltAcknowledgedAlarmCountFunction
- extends IltAbstractAlarmCountFunction
Returns the number of acknowledged alarms for a given model object.
The function should be used as follows:
label: '@|acknowledgedAlarmCount()'; // Equivalent to "Default"
label: '@|acknowledgedAlarmCount("Default")'; // Raw alarms or traps
label: '@|acknowledgedAlarmCount("Impact")'; // Impact alarms
label: '@|acknowledgedAlarmCount("Raw.Major")'; // Consider only raw major alarms
label: '@|acknowledgedAlarmCount("Impact.MajorHigh")'; // Consider only impact major high alarms
- Since:
- JTGO 4.0
- See Also:
- Serialized Form
|
Method Summary |
String |
getName()
Retrieves the name of the function, which is "acknowledgedAlarmCount". |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IltAcknowledgedAlarmCountFunction
public IltAcknowledgedAlarmCountFunction()
- Constructor.
getName
public String getName()
- Retrieves the name of the function, which is "acknowledgedAlarmCount".
Copyright © 1996-2007 ILOG S.A. All rights reserved. Documentation homepage. . All Rights Reserved.