ilog.tgo.css.function
Class IltSeverityBrightColorFunction

java.lang.Object
  extended by ilog.tgo.css.function.IltAbstractSeverityColorFunction
      extended by 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

Constructor Summary
IltSeverityBrightColorFunction()
          The default constructor
 
Method Summary
 String getName()
          Retrieves the name of the function.
 
Methods inherited from class ilog.tgo.css.function.IltAbstractSeverityColorFunction
call, getDelimiters, returnDelimitersAsToken
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IltSeverityBrightColorFunction

public IltSeverityBrightColorFunction()
The default constructor

Method Detail

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.