Class AlarmEventParseContext
java.lang.Object
com.inductiveautomation.factorypmi.application.components.alarm.AlarmEventParseContext
- All Implemented Interfaces:
- ExpressionParseContext
- 
Nested Class SummaryNested Classes
- 
Constructor SummaryConstructorsConstructorDescriptionAlarmEventParseContext(FunctionFactory funcFactory, AlarmEventParseContext.SelectedAlarmEventModel model) 
- 
Method SummaryModifier and TypeMethodDescriptioncreateBoundExpression(String path) Called to create expressions to represent bound elements, like:
- 
Constructor Details- 
AlarmEventParseContextpublic AlarmEventParseContext(FunctionFactory funcFactory, AlarmEventParseContext.SelectedAlarmEventModel model) 
 
- 
- 
Method Details- 
createBoundExpressionDescription copied from interface:ExpressionParseContextCalled to create expressions to represent bound elements, like:{ path.to.something }- Specified by:
- createBoundExpressionin interface- ExpressionParseContext
- Parameters:
- path- the text content inside the braces.
- Throws:
- RuntimeException- because the CUP parser doesn't have a throws on the function that calls this inside the parser
 
- 
getFunctionFactory- Specified by:
- getFunctionFactoryin interface- ExpressionParseContext
 
 
-