Class AbstractAlertExpressionContext.AlertVariableExpression
java.lang.Object
com.inductiveautomation.ignition.common.expressions.AbstractExpression
com.inductiveautomation.ignition.gateway.alert.AbstractAlertExpressionContext.AlertVariableExpression
- All Implemented Interfaces:
Expression
- Enclosing class:
- AbstractAlertExpressionContext
-
Field Summary
Fields inherited from class com.inductiveautomation.ignition.common.expressions.AbstractExpression
children, context, updateListener
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.inductiveautomation.ignition.common.expressions.AbstractExpression
connect, disconnect, getChildren, setChildren, shutdown, startup
-
Constructor Details
-
AlertVariableExpression
-
-
Method Details
-
execute
Description copied from interface:Expression
Compute and return the value of this expression- Throws:
ExpressionException
-
getOpName
Description copied from interface:Expression
Return a human-readable name for the operation that this expression performs -
getType
Description copied from interface:Expression
Return the type that this expression will return
-