Packagenet.user1.reactor.filters
Classpublic class AttributeFilter
InheritanceAttributeFilter Inheritance Filter Inheritance AndGroup Inheritance BooleanGroup Inheritance Object

Since : Reactor 1.0.0

Defines an attribute filter to be applied to a client-to-server message. An attribute filter includes one or more AttributeComparisons, and passes only if all 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.
AttributeFilter
 Inherited
addComparison(comparison:IComparable):void
Adds a new comparison to the Boolean group.
BooleanGroup
 Inherited
toXMLString():String
[override] Returns a string containing the XML representation of this filter, suitable for transmission to Union Server.
Filter
Constructor Description
AttributeFilter()Constructor
public function AttributeFilter()

Constructor.