ilog.tgo.css.function
Class IltSeverityDarkColorFunction
java.lang.Object
ilog.tgo.css.function.IltAbstractSeverityColorFunction
ilog.tgo.css.function.IltSeverityDarkColorFunction
- All Implemented Interfaces:
- IlpCSSFunction, Serializable
public class IltSeverityDarkColorFunction
- extends IltAbstractSeverityColorFunction
Returns the dark color corresponding to a given severity.
The function should be used as follows:
alarmDarkColor : '@|severityDarkColor(@|highestNewSeverity())';
alarmDarkColor : '@|severityDarkColor("Raw.Major")';
alarmDarkColor : '@|severityDarkColor("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 |
IltSeverityDarkColorFunction
public IltSeverityDarkColorFunction()
- The default constructor.
getName
public String getName()
- Retrieves the name of the function.
- Returns:
- This method always returns "severityDarkColor".
Copyright © 1996-2007 ILOG S.A. All rights reserved. Documentation homepage. . All Rights Reserved.