Class ArithmeticGroupFunction.NOr

java.lang.Object
org.openhab.core.library.types.ArithmeticGroupFunction.Or
org.openhab.core.library.types.ArithmeticGroupFunction.NOr
All Implemented Interfaces:
GroupFunction
Enclosing interface:
ArithmeticGroupFunction

public static class ArithmeticGroupFunction.NOr extends ArithmeticGroupFunction.Or
This does a logical 'nor' operation. The state is 'calculated' by the normal 'or' operation and than negated by returning the opposite value. E.g. when the 'or' operation calculates the activeValue the passiveValue will be returned and vice versa.
  • Constructor Details

    • NOr

      public NOr(@Nullable State activeValue, @Nullable State passiveValue)
  • Method Details