ilog.tgo.css.function
Class IltNewAlarmCountFunction

java.lang.Object
  extended by ilog.tgo.css.function.IltAbstractAlarmCountFunction
      extended by 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

Constructor Summary
IltNewAlarmCountFunction()
          Constructor.
 
Method Summary
 String getName()
          Retrieves the name of the function, which is "alarmCount".
 
Methods inherited from class ilog.tgo.css.function.IltAbstractAlarmCountFunction
call, getDelimiters, returnDelimitersAsToken
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IltNewAlarmCountFunction

public IltNewAlarmCountFunction()
Constructor.

Method Detail

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.