de.upb.swtpra05.group03.shuttle.messages
Class SpreadingMessage

java.lang.Object
  extended byde.upb.swtpra.kernel.message.Message
      extended byde.upb.swtpra.kernel.message.ShuttleToShuttleMessage
          extended byde.upb.swtpra05.group03.shuttle.messages.SpreadingMessage

public class SpreadingMessage
extends de.upb.swtpra.kernel.message.ShuttleToShuttleMessage

Version:
$Revision: 1.3 $

Field Summary
private  int Station
           
private  java.util.HashMap StationsToBeSent
           
 
Fields inherited from class de.upb.swtpra.kernel.message.ShuttleToShuttleMessage
 
Fields inherited from class de.upb.swtpra.kernel.message.Message
ALLSHUTTLES
 
Constructor Summary
SpreadingMessage(de.upb.swtpra.kernel.id.ID senderID, de.upb.swtpra.kernel.id.ID receiverID, int Station, java.util.HashMap tobesent)
           
 
Method Summary
 int getStation()
           
 java.util.HashMap getStationsToBeSent()
           
 
Methods inherited from class de.upb.swtpra.kernel.message.ShuttleToShuttleMessage
getMessage
 
Methods inherited from class de.upb.swtpra.kernel.message.Message
getReceiverID, getSenderID, isValid, setReceiverID, setSenderID
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

Station

private int Station

StationsToBeSent

private java.util.HashMap StationsToBeSent
Constructor Detail

SpreadingMessage

public SpreadingMessage(de.upb.swtpra.kernel.id.ID senderID,
                        de.upb.swtpra.kernel.id.ID receiverID,
                        int Station,
                        java.util.HashMap tobesent)
Parameters:
senderID -
receiverID -
Station -
tobesent -
Method Detail

getStation

public int getStation()
Returns:
Returns the station.

getStationsToBeSent

public java.util.HashMap getStationsToBeSent()
Returns:
Returns the stationsToBeSent.