Class DefaultFunctionFactory

java.lang.Object
com.inductiveautomation.ignition.common.expressions.AbstractFunctionFactory
com.inductiveautomation.ignition.common.expressions.DefaultFunctionFactory
All Implemented Interfaces:
FunctionFactory

public class DefaultFunctionFactory extends AbstractFunctionFactory
Basic function factory that adds all of the common functions that apply to all scopes.
  • Constructor Details

    • DefaultFunctionFactory

      protected DefaultFunctionFactory()
  • Method Details

    • getSharedInstance

      @Deprecated public static FunctionFactory getSharedInstance()
      Deprecated.
      Deprecated as of 7.6, in which function factories are provided by the scope contexts so that modules can extend the scripting language. This function factory is the base of those, but should not be used directly.
      Returns a static, shared instance of the DefaultFunctionFactory.