ilog.tgo.css.function
Class IltHighestNewSeverityFunction

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

public class IltHighestNewSeverityFunction
extends IltAbstractHighestSeverityFunction

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


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

Since:
JTGO 4.0
See Also:
Serialized Form

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

IltHighestNewSeverityFunction

public IltHighestNewSeverityFunction()
Constructor.

Method Detail

getName

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



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