Class TagReferenceBinder.TagReadExpression
java.lang.Object
com.inductiveautomation.ignition.common.expressions.AbstractExpression
com.inductiveautomation.ignition.gateway.expressions.TagReferenceBinder.TagReadExpression
- All Implemented Interfaces:
Expression
- Enclosing class:
- TagReferenceBinder
-
Field Summary
Fields inherited from class com.inductiveautomation.ignition.common.expressions.AbstractExpression
children, context, updateListener
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
connect
(CommonContext context, InteractionListener updateListener) Gives the expression a chance to connect itself to things, if necessary.execute()
Compute and return the value of this expressionReturn a human-readable name for the operation that this expression performsMethods inherited from class com.inductiveautomation.ignition.common.expressions.AbstractExpression
disconnect, getChildren, setChildren, shutdown, startup
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.inductiveautomation.ignition.common.expressions.Expression
getType
-
Constructor Details
-
TagReadExpression
-
-
Method Details
-
connect
Description copied from interface:Expression
Gives the expression a chance to connect itself to things, if necessary. Most expressions do not have any connections. An expression should notify the updateListener if they change.- Specified by:
connect
in interfaceExpression
- Overrides:
connect
in classAbstractExpression
-
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
-