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 SummaryNested Classes Modifier and Type Class Description protected classPropertyBasedFunctionFactory.GetPropertyFunctionprotected classPropertyBasedFunctionFactory.IsDefinedFunction
 - 
Field Summary- 
Fields inherited from class com.inductiveautomation.ignition.common.expressions.AbstractFunctionFactorycategories, functions, parent
 
- 
 - 
Constructor SummaryConstructors Constructor Description PropertyBasedFunctionFactory(FunctionFactory parent)Only 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 SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected PropertyResolvergetPropertyResolver()protected TgetSource()- 
Methods inherited from class com.inductiveautomation.ignition.common.expressions.AbstractFunctionFactoryaddFunction, addFunction, getCategories, getFunction, getFunctionNames, getFunctionsInCategory
 
- 
 
- 
- 
- 
Constructor Detail- 
PropertyBasedFunctionFactorypublic PropertyBasedFunctionFactory(FunctionFactory parent) Only to be used from the designer context for displaying menus, cannot be used to actually create functions
 - 
PropertyBasedFunctionFactorypublic PropertyBasedFunctionFactory(T propValueSource, PropertyResolver propResolver, FunctionFactory parent, boolean allowSubscriptions) 
 
- 
 - 
Method Detail- 
getSourceprotected T getSource() 
 - 
getPropertyResolverprotected PropertyResolver getPropertyResolver() 
 
- 
 
-