ilog.tgo.css.function
Class IltHighestAcknowledgedSeverityFunction

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

public class IltHighestAcknowledgedSeverityFunction
extends IltAbstractHighestSeverityFunction

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


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

Since:
JTGO 4.0
See Also:
Serialized Form

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

Constructor Detail

IltHighestAcknowledgedSeverityFunction

public IltHighestAcknowledgedSeverityFunction()
Constructor.

Method Detail

getName

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



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