ilog.tgo.css.function
Class IltNewAlarmSummaryFunction
java.lang.Object
ilog.tgo.css.function.IltAbstractAlarmSummaryFunction
ilog.tgo.css.function.IltNewAlarmSummaryFunction
- All Implemented Interfaces:
- IlpCSSFunction, Serializable
public class IltNewAlarmSummaryFunction
- extends IltAbstractAlarmSummaryFunction
Returns a summary of new alarms for a given CSS model object.
The function should be used as follows:
label: '@|newAlarmSummary()'; // Equivalent to "Default"
label: '@|newAlarmSummary("Default")'; // Raw alarms or traps
label: '@|newAlarmSummary("Impact")'; // Impact alarms
label: '@|newAlarmSummary("Raw.Major")'; // Consider only raw major alarms
label: '@|newAlarmSummary("Impact.MajorHigh")'; // Consider only impact major high alarms
Optionally, a second argument can be passed to this function when
retrieving the summary information for raw alarms, impact alarms or
traps. This argument indicates that the summary representation shall be created
using the alarm severity abbreviation or the alarm severity description.
By default, the alarm severity description is used.
label: '@|newAlarmSummary("Default", "Abbreviation")';
label: '@|newAlarmSummary("Impact", "Description")';
The returned value is a string listing the number of new alarms for each
severity.
- Since:
- JTGO 4.0
- See Also:
- Serialized Form
|
Method Summary |
String |
getName()
Retrieves the name of the function. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IltNewAlarmSummaryFunction
public IltNewAlarmSummaryFunction()
- The constructor.
getName
public String getName()
- Retrieves the name of the function.
- Returns:
- This method always returns "newAlarmSummary".
Copyright © 1996-2007 ILOG S.A. All rights reserved. Documentation homepage. . All Rights Reserved.