/** *

* IMsg is the interface for messages sent by * robotic agents across a network. *

* @author Michael Schuresko * @version %I%, %G% * @since 1.0 */ public interface IMsg { public IMsg makeCopy(); }