Uses of Class
solar.service.dan.Operator

Packages that use Operator
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 Operator in campus.syslog
 

Subclasses of Operator 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 Operator in solar.service.dan
 

Subclasses of Operator in solar.service.dan
 class ProxyOperator
          A proxy operator deligates the duty to its assgined event handler.
 class RelayOperator
          A simple operator relay events and requests.
 

Uses of Operator in solar.test
 

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

Uses of Operator in versus
 

Subclasses of Operator 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 Operator in versus.meeting
 

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