Package com.inductiveautomation.ignition.common.expressions.functions
package com.inductiveautomation.ignition.common.expressions.functions
-
ClassDescriptionAbstractFunction simply implements some code to make the checking of arguments and generating of type mismatch errors more abstracted.The base class of all functions, includes blank implementations of some of the methods from Function that aren't used by many functions, like the connect/startup stuff.Use with expression tags to be able to pass the expression tag's path, needed to locate actual tag paths to relative tag locations.A function is used by the FunctionExpression.