ilog.tgo.css.function
Class IltHighestSeverityFunction

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

public class IltHighestSeverityFunction
extends IltAbstractHighestSeverityFunction

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


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

Since:
JTGO 4.0
See Also:
Serialized Form

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

IltHighestSeverityFunction

public IltHighestSeverityFunction()
Constructor.

Method Detail

getName

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



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