public class AlarmBasedFunctionFactory extends PropertyBasedFunctionFactory<AlarmEvent>
PropertyBasedFunctionFactory to include various alarm related functions, such as isActive, isClear,
etc.| Modifier and Type | Class and Description |
|---|---|
protected class |
AlarmBasedFunctionFactory.AlarmStateFunction |
PropertyBasedFunctionFactory.GetPropertyFunction, PropertyBasedFunctionFactory.IsDefinedFunctioncategories, functions, parent| Constructor and Description |
|---|
AlarmBasedFunctionFactory(AlarmEvent event,
PropertyResolver propResolver,
FunctionFactory parent) |
AlarmBasedFunctionFactory(FunctionFactory parent)
Only to be used from the designer context for displaying menus, cannot be used to actually create functions
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
addFunctions() |
getPropertyResolver, getSourceaddFunction, addFunction, getCategories, getFunction, getFunctionNames, getFunctionsInCategorypublic AlarmBasedFunctionFactory(FunctionFactory parent)
public AlarmBasedFunctionFactory(AlarmEvent event, PropertyResolver propResolver, FunctionFactory parent)