Package uk.ac.lancs.relate.trigger

Interface Summary
Action Service which can be triggered.
Application Application which is using the TriggerAgent to automatically trigger an action if certain spatial conditions are met.
 

Class Summary
Location Location of a trackable, defined by x, y and z coordinates.
Monitor The monitor reports to the TriggerAgent when the position information of any registered trackable changed.
Motion Movement of a trackable, defined by a direction (measured in degrees), velocity and acceleration.
Orientation This class represents the orientation of a trackable.
Trackable This class represents a trackable user, device or physical object.
Trigger A trigger is a combination of a spatial conditions and a action that will be triggered if the spatial conditions are fulfilled.
TriggerAgent An application registers an action, which is supposed to be triggered under a certain condition at the trigger agent.