Uses of Class
visidia.simulation.process.messages.MessagePacket

Packages that use MessagePacket
visidia.simulation.command   
visidia.simulation.process   
 

Uses of MessagePacket in visidia.simulation.command
 

Constructors in visidia.simulation.command with parameters of type MessagePacket
SendMessageCommand(int senderId, int receiverId, MessagePacket msgPacket)
          Instantiates a new command to send a message.
 

Uses of MessagePacket in visidia.simulation.process
 

Methods in visidia.simulation.process that return MessagePacket
 MessagePacket MessageProcess.getNextMessagePacketNoWait(Criterion c)
          Gets the next message packet matching the criterion.
 

Methods in visidia.simulation.process with parameters of type MessagePacket
 void MessageProcess.putMessage(MessagePacket msgPacket)
          Puts message on the queue.