ilog.tgo.css.function
Class IltAcknowledgedAlarmCountFunction

java.lang.Object
  extended by ilog.tgo.css.function.IltAbstractAlarmCountFunction
      extended by ilog.tgo.css.function.IltAcknowledgedAlarmCountFunction
All Implemented Interfaces:
IlpCSSFunction, Serializable

public class IltAcknowledgedAlarmCountFunction
extends IltAbstractAlarmCountFunction

Returns the number of acknowledged alarms for a given model object. The function should be used as follows:


 label: '@|acknowledgedAlarmCount()';                   // Equivalent to "Default"
 label: '@|acknowledgedAlarmCount("Default")';          // Raw alarms or traps
 label: '@|acknowledgedAlarmCount("Impact")';           // Impact alarms
 label: '@|acknowledgedAlarmCount("Raw.Major")';        // Consider only raw major alarms
 label: '@|acknowledgedAlarmCount("Impact.MajorHigh")'; // Consider only impact major high alarms
 

Since:
JTGO 4.0
See Also:
Serialized Form

Constructor Summary
IltAcknowledgedAlarmCountFunction()
          Constructor.
 
Method Summary
 String getName()
          Retrieves the name of the function, which is "acknowledgedAlarmCount".
 
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

IltAcknowledgedAlarmCountFunction

public IltAcknowledgedAlarmCountFunction()
Constructor.

Method Detail

getName

public String getName()
Retrieves the name of the function, which is "acknowledgedAlarmCount".



Copyright © 1996-2007 ILOG S.A. All rights reserved.   Documentation homepage.   . All Rights Reserved.