Package | net.user1.reactor.filters |
Class | public class BooleanGroup |
Inheritance | BooleanGroup ![]() |
Implements | IComparable |
Subclasses | AndGroup, OrGroup |
Since : | Reactor 1.0.0 |
For information on filtering messages, see the IFilter interface.
See also
Variable | Defined By | ||
---|---|---|---|
comparisons : Array | BooleanGroup | ||
type : String | BooleanGroup |
Method | Defined By | ||
---|---|---|---|
BooleanGroup(type:String)
Constructor
| BooleanGroup | ||
addComparison(comparison:IComparable):void
Adds a new comparison to the Boolean group. | BooleanGroup | ||
toXMLString():String
Returns a string containing the XML representation of this BooleanGroup,
suitable for transmission to Union Server. | BooleanGroup |
comparisons | variable |
public var comparisons:Array
type | variable |
public var type:String
BooleanGroup | () | Constructor |
public function BooleanGroup(type:String)
Constructor
Parameterstype:String |
addComparison | () | method |
public function addComparison(comparison:IComparable):void
Since : | Reactor 1.0.0 |
Adds a new comparison to the Boolean group.
Parameters
comparison:IComparable |
toXMLString | () | method |
public function toXMLString():String
Since : | Reactor 1.0.0 |
Returns a string containing the XML representation of this BooleanGroup, suitable for transmission to Union Server.
ReturnsString |