Packagenet.user1.reactor.filters
Classpublic final class BooleanGroupType
InheritanceBooleanGroupType Inheritance Object

Since : Reactor 1.0.0

An enumeration of the types of Boolean groups in the Reactor filtering API. Boolean groups define relationships between multiple comparisons in a filter.

For information on filtering messages, see the IFilter interface.

See also

IFilter


Public Constants
 ConstantDefined By
  AND : String = AND
[static] Represents the Boolean AND operation.
BooleanGroupType
  OR : String = OR
[static] Represents the Boolean OR operation.
BooleanGroupType
Constant Descriptions
ANDConstant
public static const AND:String = AND

Since : Reactor 1.0.0

Represents the Boolean AND operation.

ORConstant 
public static const OR:String = OR

Since : Reactor 1.0.0

Represents the Boolean OR operation.