ilog.tgo.css.function
Class IltSeverityBrightColorFunction
java.lang.Object
ilog.tgo.css.function.IltAbstractSeverityColorFunction
ilog.tgo.css.function.IltSeverityBrightColorFunction
- All Implemented Interfaces:
- IlpCSSFunction, Serializable
public class IltSeverityBrightColorFunction
- extends IltAbstractSeverityColorFunction
Returns the bright color corresponding to a given severity.
The function should be used as follows:
alarmBrightColor : '@|severityBrightColor(@|highestNewSeverity())';
alarmBrightColor : '@|severityBrightColor("Raw.Major")';
alarmBrightColor : '@|severityBrightColor("Impact.MajorHigh")';
- Since:
- JTGO 4.5
- See Also:
- Serialized Form
|
Method Summary |
String |
getName()
Retrieves the name of the function. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IltSeverityBrightColorFunction
public IltSeverityBrightColorFunction()
- The default constructor
getName
public String getName()
- Retrieves the name of the function.
- Returns:
- This method always returns "severityBrightColor".
Copyright © 1996-2007 ILOG S.A. All rights reserved. Documentation homepage. . All Rights Reserved.