aim4.msg.v2i
Class Cancel
java.lang.Object
  
aim4.msg.v2i.V2IMessage
      
aim4.msg.v2i.Cancel
public class Cancel
- extends V2IMessage
 
Message sent from a Vehicle to an Intersection Manager to
 cancel a reservation.
 
 
 
 
| 
Constructor Summary | 
Cancel(int sourceID,
       int destinationID,
       int reservationID)
 
          Basic class constructor with all required fields. | 
 
 
 
 
Cancel
public Cancel(int sourceID,
              int destinationID,
              int reservationID)
- Basic class constructor with all required fields.
- Parameters:
 sourceID - the ID number of the Vehicle sending this
                              messagedestinationID - the ID number of the IntersectionManager to
                              which this message is being sentreservationID - the ID number of the reservation to cancel
 
getReservationID
public int getReservationID()
- Get the ID number of the reservation this message is intended to cancel.
 
 
toString
public String toString()
- 
- Overrides:
 toString in class Object
 
 
 
Copyright © 2011. All Rights Reserved.