Class Summary |
AlternateItinerary |
An itinerary class to dispatch an aglet to any one of multiple destination. |
MeetingsItinerary |
An Itinerary class to control an itinerary to participate in multiple
meetings. |
MeetingTask |
This class objectifies a task to be perform upon arrival to a meeting. |
MessengerItinerary |
An Itinerary class to broadcast a message to remote aglets. |
MetaItinerary |
an itineray class to log visited and unvisited destinations during
an aglet's tour. |
SeqItinerary |
Define an abstract interface for an aglet's itinerary. |
SeqPlanItinerary |
SeqPlanItinerary defines the trip plan which has a sequence of
place-message pair. |
SimpleItinerary |
SimpleItinerary class is an itinerary object which can specify a
destination and a message which will be sent to the owner aglet
when it arrived at the destination. |
SlaveItinerary |
An Itinerary class to repeatedly perform a specific task in multiple
destinations. |
Task |
A class which defines a task to be performed during a sequential itinerary. |