Research Article

A Method of the Active and Passive Event Service Based on the Sensor Web

Table 3

The structure of the PassiveEventService class.

Member variables and member methodsFunction

+ ServiceFlag: BooleanIdentifying whether this method is executed
+ ServiceTerminate: BooleanIdentifying whether the event service ends
+ EventJudgement (string judge): voidEvent filtering
+ CycleControl (int time): voidControlling the thread loop of the class
+ DynamicJudgement (string request): stringDynamically generating the event filter condition

Class member access rights: + public; − private.