protected class AlarmBasedFunctionFactory.AlarmStateFunction extends AbstractFunction
| Constructor and Description |
|---|
AlarmStateFunction(AlarmStateTransition state) |
| Modifier and Type | Method and Description |
|---|---|
QualifiedValue |
execute(Expression[] args)
Execute this function, and return the function's qualified value.
|
java.lang.String |
getArgDocString()
Returns a string to be used in the auto-generated function documentation.
|
protected java.lang.String |
getFunctionDisplayName() |
java.lang.Class<?> |
getType()
Returns the type of Object that this function will generate with execute
|
executeArg, initArgs, log, validateNumArgsconnect, copy, disconnect, executeAll, shutdown, startuppublic AlarmStateFunction(AlarmStateTransition state)
public QualifiedValue execute(Expression[] args) throws ExpressionException
FunctionExpressionExceptionprotected java.lang.String getFunctionDisplayName()
getFunctionDisplayName in class AbstractFunctionpublic java.lang.Class<?> getType()
Functionpublic java.lang.String getArgDocString()
Function