|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcz.cuni.amis.pogamut.defcon.communication.messages.infos.DefConObject
cz.cuni.amis.pogamut.defcon.communication.messages.infos.InvalidObject
public class InvalidObject
Invalid object from the world.
Constructor Summary | |
---|---|
InvalidObject(int id,
double time)
Creates new instance of object InvalidObject with specific id. |
|
InvalidObject(InvalidObject original)
Cloning constructor... |
Method Summary | |
---|---|
String |
toHtmlString()
Returns message in html format. |
String |
toString()
Returns human readable serialization of the message. |
Methods inherited from class cz.cuni.amis.pogamut.defcon.communication.messages.infos.DefConObject |
---|
createDestroyedEvent, createUpdateEvent, getDestroyed, getId, getLastSeenTime, getSimTime, getStringizedFields, getType, setLastSeenTime |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public InvalidObject(int id, double time)
id
- Game id of this object.time
- Time of last update of this object (time of first spotting in this case).public InvalidObject(InvalidObject original)
original
- Method Detail |
---|
public String toString()
toString
in class Object
public String toHtmlString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |