ilog.tgo.css.function
Class IltNewAlarmCountFunction
java.lang.Object
ilog.tgo.css.function.IltAbstractAlarmCountFunction
ilog.tgo.css.function.IltNewAlarmCountFunction
- All Implemented Interfaces:
- IlpCSSFunction, Serializable
public class IltNewAlarmCountFunction
- extends IltAbstractAlarmCountFunction
Returns the number of new alarms for a given CSS model object.
The function should be used as follows:
label: '@|newAlarmCount()'; // Equivalent to "Default"
label: '@|newAlarmCount("Default")'; // Raw alarms or traps
label: '@|newAlarmCount("Impact")'; // Impact alarms
label: '@|newAlarmCount("Raw.Major")'; // Consider only raw major alarms
label: '@|newAlarmCount("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 |
IltNewAlarmCountFunction
public IltNewAlarmCountFunction()
- 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.