|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectilog.tgo.css.function.IltAbstractAlarmSummaryFunction
public abstract class IltAbstractAlarmSummaryFunction
Abstract class for alarm summary CSS function. Encapsulates the common mechanisms for the CSS functions related to the alarm summaries.
| Constructor Summary | |
|---|---|
protected |
IltAbstractAlarmSummaryFunction(int counterType)
Constructor. |
| Method Summary | |
|---|---|
Object |
call(Object[] args,
Class type,
IlpContext appc,
IlpGraphicView view,
IlpRepresentationObject ro,
IlpAttribute attribute)
Calls the function. |
String |
getDelimiters()
Returns the delimiters of the function parameters. |
boolean |
returnDelimitersAsToken()
Returns true if the delimiters are also returned as token. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface ilog.cpl.css.function.IlpCSSFunction |
|---|
getName |
| Constructor Detail |
|---|
protected IltAbstractAlarmSummaryFunction(int counterType)
counterType - The type of counter returned by the function: new alarms,
outstanding alarms or acknowledged alarms.| Method Detail |
|---|
public String getDelimiters()
IlpCSSFunction
getDelimiters in interface IlpCSSFunctionnull
or empty return value means there is no delimiter, so all the
parameters are returned as a single token.public boolean returnDelimitersAsToken()
IlpCSSFunctiontrue if the delimiters are also returned as token.
returnDelimitersAsToken in interface IlpCSSFunctiontrue means the delimiters are returned as token;
false means the delimiters are discarded (default).
public Object call(Object[] args,
Class type,
IlpContext appc,
IlpGraphicView view,
IlpRepresentationObject ro,
IlpAttribute attribute)
IlpCSSFunction
call in interface IlpCSSFunctionargs - The parameters of the functions.type - The expected type to be returned. It can be null.appc - The application context.view - The graphic view.ro - The current representation object.attribute - The business attribute.
String.
|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||