Class AlarmExpressionParseContext.AlarmExpressionPropResolver
- java.lang.Object
 - 
- com.inductiveautomation.ignition.gateway.alarming.AlarmExpressionParseContext.AlarmExpressionPropResolver
 
 
- 
- All Implemented Interfaces:
 PropertyResolver
- Enclosing class:
 - AlarmExpressionParseContext
 
public static class AlarmExpressionParseContext.AlarmExpressionPropResolver extends java.lang.Object implements PropertyResolver
 
- 
- 
Constructor Summary
Constructors Constructor Description AlarmExpressionPropResolver(boolean strict) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Property<?>resolve(java.lang.String id)Returns the property represented by the id, or null if the property cannot be found. 
 - 
 
- 
- 
Method Detail
- 
resolve
public Property<?> resolve(java.lang.String id)
Description copied from interface:PropertyResolverReturns the property represented by the id, or null if the property cannot be found.- Specified by:
 resolvein interfacePropertyResolver
 
 - 
 
 -