ilog.tgo.css.function
Class IltSeverityDarkColorFunction

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

Constructor Summary
IltSeverityDarkColorFunction()
          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

IltSeverityDarkColorFunction

public IltSeverityDarkColorFunction()
The default constructor.

Method Detail

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.