ilog.tgo.css.function
Class IltAlarmCountFunction

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

Constructor Summary
IltAlarmCountFunction()
          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

IltAlarmCountFunction

public IltAlarmCountFunction()
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.