flowsim.core
Interface Message

All Known Implementing Classes:
DVUpdateMessage, flowsim.slatr.SLATP_Message

public abstract interface Message

High-level message, normally transported by a Packet.

See Also:
Packet

Method Summary
 void arrived(Node to)
           
 int size()
           
 

Method Detail

size

public int size()

arrived

public void arrived(Node to)