Class PropertyBasedFunctionFactory<T extends PropertyValueSource>
java.lang.Object
com.inductiveautomation.ignition.common.expressions.AbstractFunctionFactory
com.inductiveautomation.ignition.common.expressions.PropertyBasedFunctionFactory<T>
- All Implemented Interfaces:
 FunctionFactory
- Direct Known Subclasses:
 AlarmBasedFunctionFactory
public class PropertyBasedFunctionFactory<T extends PropertyValueSource>
extends AbstractFunctionFactory
- 
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprotected classprotected class - 
Field Summary
Fields inherited from class com.inductiveautomation.ignition.common.expressions.AbstractFunctionFactory
categories, functions, parent - 
Constructor Summary
ConstructorsConstructorDescriptionOnly to be used from the designer context for displaying menus, cannot be used to actually create functionsPropertyBasedFunctionFactory(T propValueSource, PropertyResolver propResolver, FunctionFactory parent, boolean allowSubscriptions)  - 
Method Summary
Methods inherited from class com.inductiveautomation.ignition.common.expressions.AbstractFunctionFactory
addFunction, addFunction, getCategories, getFunction, getFunctionNames, getFunctionsInCategory 
- 
Constructor Details
- 
PropertyBasedFunctionFactory
Only to be used from the designer context for displaying menus, cannot be used to actually create functions - 
PropertyBasedFunctionFactory
public PropertyBasedFunctionFactory(T propValueSource, PropertyResolver propResolver, FunctionFactory parent, boolean allowSubscriptions)  
 - 
 - 
Method Details
- 
getSource
 - 
getPropertyResolver
 
 -