cz.cuni.amis.pogamut.base.communication.messages
Class InfoMessage

Package class diagram package InfoMessage
java.lang.Object
  extended by cz.cuni.amis.pogamut.base.communication.messages.InfoMessage

public abstract class InfoMessage
extends Object

This is marker class for all info messages that the world is producing.

Author:
Jimmy

Constructor Summary
InfoMessage()
           
 
Method Summary
 String toJsonLiteral()
          To be refactored into UT2004 where it is used.
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InfoMessage

public InfoMessage()
Method Detail

toString

public String toString()
Overrides:
toString in class Object

toJsonLiteral

public String toJsonLiteral()
To be refactored into UT2004 where it is used.

Returns:


Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.