ilog.tgo.css.function
Class IltAlarmCountFunction
java.lang.Object
ilog.tgo.css.function.IltAbstractAlarmCountFunction
ilog.tgo.css.function.IltAlarmCountFunction
- All Implemented Interfaces:
- IlpCSSFunction, Serializable
public class IltAlarmCountFunction
- extends IltAbstractAlarmCountFunction
Returns the number of outstanding alarms for a given CSS model object.
The function should be used as follows:
label: '@|alarmCount()'; // Equivalent to "Default"
label: '@|alarmCount("Default")'; // Raw alarms or traps
label: '@|alarmCount("Impact")'; // Impact alarms
label: '@|alarmCount("Raw.Major")'; // Consider only raw major alarms
label: '@|alarmCount("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 "alarmCount". |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IltAlarmCountFunction
public IltAlarmCountFunction()
- Constructor.
getName
public String getName()
- Retrieves the name of the function, which is "alarmCount".
Copyright © 1996-2007 ILOG S.A. All rights reserved. Documentation homepage. . All Rights Reserved.