uk.ac.lancs.relate.trigger
Interface Application

All Known Implementing Classes:
GatewayApplication

public interface Application

Application which is using the TriggerAgent to automatically trigger an action if certain spatial conditions are met.

Author:
Sara Streng

Method Summary
 Trackable getTrackable(java.lang.String id)
          Returns the trackable with a specific unique id.
 java.util.ArrayList<Trackable> getTrackables()
          Returns a list of all trackables that are involved in this application.
 

Method Detail

getTrackables

java.util.ArrayList<Trackable> getTrackables()
Returns a list of all trackables that are involved in this application.


getTrackable

Trackable getTrackable(java.lang.String id)
Returns the trackable with a specific unique id.

Parameters:
id - unique id
Returns:
trackable