Class AlarmCondition

    • Constructor Detail

      • AlarmCondition

        public AlarmCondition()
    • Method Detail

      • requiredProperty

        public AlarmCondition requiredProperty​(Property<?> property,
                                               java.lang.Object value,
                                               ComparisonOperator op)
        Adds a required property sub-condition. All required sub-conditions must pass for the overall condition to pass.
        Parameters:
        property - the Property that holds the value we are looking for
        value - the value that we are looking for
        op - the ComparisonOperator to use