aim4.msg.v2i
Class Cancel

java.lang.Object
  extended by aim4.msg.v2i.V2IMessage
      extended by aim4.msg.v2i.Cancel

public class Cancel
extends V2IMessage

Message sent from a Vehicle to an Intersection Manager to cancel a reservation.


Nested Class Summary
 
Nested classes/interfaces inherited from class aim4.msg.v2i.V2IMessage
V2IMessage.Type
 
Field Summary
 
Fields inherited from class aim4.msg.v2i.V2IMessage
messageType, size
 
Constructor Summary
Cancel(int sourceID, int destinationID, int reservationID)
          Basic class constructor with all required fields.
 
Method Summary
 int getReservationID()
          Get the ID number of the reservation this message is intended to cancel.
 String toString()
          
 
Methods inherited from class aim4.msg.v2i.V2IMessage
getImId, getMessageType, getSize, getVin
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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 message
destinationID - the ID number of the IntersectionManager to which this message is being sent
reservationID - the ID number of the reservation to cancel
Method Detail

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.