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