Uses of Interface
be.SIRAPRISE.typeimplementations.BinaryBooleanOperatorImplementation

Packages that use BinaryBooleanOperatorImplementation
be.SIRAPRISE.typeimplementations   
 

Uses of BinaryBooleanOperatorImplementation in be.SIRAPRISE.typeimplementations
 

Classes in be.SIRAPRISE.typeimplementations that implement BinaryBooleanOperatorImplementation
 class AND_BOOLEAN_BOOLEAN
          The implementation for the boolean AND operator.
 class EQ_BOOLEAN_BOOLEAN
          Boolean equality differs from all other scalar equality operators in that it also happens to be associative.
 class OR_BOOLEAN_BOOLEAN
          The implementation for the boolean OR operator
 class XOR_BOOLEAN_BOOLEAN
          The implementation for the boolean XOR operator.