Class AlarmExpressionParseContext.AlarmExpressionPropResolver

    • 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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AlarmExpressionPropResolver

        public AlarmExpressionPropResolver​(boolean strict)
    • Method Detail

      • resolve

        public Property<?> resolve​(java.lang.String id)
        Description copied from interface: PropertyResolver
        Returns the property represented by the id, or null if the property cannot be found.
        Specified by:
        resolve in interface PropertyResolver