Packagenet.user1.reactor.filters
Classpublic final class OrGroup
InheritanceOrGroup Inheritance BooleanGroup Inheritance Object

Since : Reactor 1.0.0

Defines a Boolean OR relationship between multiple comparisons in a message filter. The Boolean OrGroup is considered true if any of its comparisons are considered true.

For information on filtering messages, see the IFilter interface.

See also

IFilter


Public Variables
 VariableDefined By
 Inheritedcomparisons : Array
BooleanGroup
 Inheritedtype : String
BooleanGroup
Public Methods
 MethodDefined By
  
Constructor
OrGroup
 Inherited
addComparison(comparison:IComparable):void
Adds a new comparison to the Boolean group.
BooleanGroup
 Inherited
toXMLString():String
Returns a string containing the XML representation of this BooleanGroup, suitable for transmission to Union Server.
BooleanGroup
Constructor Description
OrGroup()Constructor
public function OrGroup()

Constructor