Uses of Class
solar.service.dan.Filter

Packages that use Filter
campus.syslog Contains Solar source and operators to use Syslog message stream inferring information about WLAN. 
solar.service.dan Contains DAN (Data Aggregation Network) service and related classes. 
solar.test Contains some sample testing Solar nodes, such as sources, operators, and applications. 
versus Contains various Versus-related Solar source and operators. 
versus.meeting Contains a Solar application that detects meeting starts and ends in an office. 
 

Uses of Filter in campus.syslog
 

Subclasses of Filter in campus.syslog
 class APInfoOperator
          An operator which added the some important infomation of APs and publishes it.
 class APLocationOperator
          An operator which adds the lcoation information of AP and publishes it.
 class CategoryOperator
          An operator which added category of building and publishes it.
 

Uses of Filter in solar.service.dan
 

Subclasses of Filter in solar.service.dan
 class Operator
          An abstract class for all Solar operators.
 class ProxyOperator
          A proxy operator deligates the duty to its assgined event handler.
 class RelayOperator
          A simple operator relay events and requests.
 

Uses of Filter in solar.test
 

Subclasses of Filter in solar.test
 class MutateOperator
          This operator mutates the received events by adding random attributes.
 

Uses of Filter in versus
 

Subclasses of Filter in versus
 class VersusFilter
          A versus-event filter based on the name atrribute.
 class VersusTracker
          A location aggregator that tracks the latest location of every object.
 class VersusTransformer
          A transformer converts badge and sensor ID numbers in Versus events into symbolic values.
 

Uses of Filter in versus.meeting
 

Subclasses of Filter in versus.meeting
 class MeetingDetector
          A primitive operator that detects the ongoing meeting based on badges attached to chairs.