Class BoundTagExpression
java.lang.Object
com.inductiveautomation.ignition.common.expressions.AbstractExpression
com.inductiveautomation.ignition.common.expressions.BoundTagExpression
- All Implemented Interfaces:
Expression
-
Field Summary
Fields inherited from class com.inductiveautomation.ignition.common.expressions.AbstractExpression
children, context, updateListener
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
_setTagPath
(TagPath path) execute()
Compute and return the value of this expressionReturn a human-readable name for the operation that this expression performsClass<?>
getType()
Deprecated.void
setTagListenerDelegate
(TagListener tagListenerDelegate) void
Deprecated.void
shutdown()
Tells the expression to shutdown any polling operations.void
startup()
Tells the expression to startup any polling operations.Methods inherited from class com.inductiveautomation.ignition.common.expressions.AbstractExpression
connect, disconnect, getChildren, setChildren
-
Constructor Details
-
BoundTagExpression
public BoundTagExpression()Empty Ctor for serialization -
BoundTagExpression
-
-
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
Deprecated.Typing is no longer enforced on expressions. -
setType
Deprecated.Typing is no longer enforced on expressions, but we can't remove the setter due to serialization. -
_getTagPath
-
_setTagPath
-
getTagPath
-
getTagListenerDelegate
-
setTagListenerDelegate
-
shutdown
public void shutdown()Description copied from interface:Expression
Tells the expression to shutdown any polling operations.- Specified by:
shutdown
in interfaceExpression
- Overrides:
shutdown
in classAbstractExpression
-
startup
public void startup()Description copied from interface:Expression
Tells the expression to startup any polling operations. Expressions that use this can remember the updateListener from connect() to feed update notification to.- Specified by:
startup
in interfaceExpression
- Overrides:
startup
in classAbstractExpression
-