aim4.driver.coordinator
Interface Coordinator

All Known Implementing Classes:
NoIntersectionCoordinator, V2ICoordinator

public interface Coordinator

An agent that controls the coordination of an auto vehicle driver view with other Vehicles and with intersection managers. This type of agent can send various messages between Vehicles and IntersectionManagers as well as altering the state of the CoordinatingDriverAgent of which it is a part to reflect the current reservation status.


Method Summary
 void act()
          Receive, process, and send messages between Vehicles and IntersectionManagers, and maintain the reservation status in the Vehicle.
 boolean isTerminated()
          Whether of not the coordinator has finished its job.
 

Method Detail

act

void act()
Receive, process, and send messages between Vehicles and IntersectionManagers, and maintain the reservation status in the Vehicle.


isTerminated

boolean isTerminated()
Whether of not the coordinator has finished its job.



Copyright © 2011. All Rights Reserved.