ilog.tgo.css.function
Class IltHighestNewSeverityFunction
java.lang.Object
ilog.tgo.css.function.IltAbstractHighestSeverityFunction
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
|
Method Summary |
String |
getName()
Retrieves the name of the function, which is "highestNewSeverity". |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IltHighestNewSeverityFunction
public IltHighestNewSeverityFunction()
- Constructor.
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.