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.
- 
- 
Nested Class Summary
 - 
Field Summary- 
Fields inherited from class com.inductiveautomation.ignition.common.expressions.AbstractFunctionFactorycategories, functions, parent
 
- 
 - 
Constructor SummaryConstructors Modifier Constructor Description protectedDefaultFunctionFactory()
 - 
Method SummaryAll Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static FunctionFactorygetSharedInstance()Deprecated.Deprecated as of 7.6, in which function factories are provided by the scope contexts so that modules can extend the scripting language.- 
Methods inherited from class com.inductiveautomation.ignition.common.expressions.AbstractFunctionFactoryaddFunction, addFunction, getCategories, getFunction, getFunctionNames, getFunctionsInCategory
 
- 
 
- 
- 
- 
Method Detail- 
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.
 
- 
 
-