cz.cuni.pogamut.MessageObjects
Class FallEdge

java.lang.Object
  extended by cz.cuni.pogamut.MessageObjects.MessageObject
      extended by cz.cuni.pogamut.MessageObjects.FallEdge
All Implemented Interfaces:
Visible, java.io.Serializable, java.lang.Cloneable

public class FallEdge
extends MessageObject
implements java.io.Serializable

This class represents case, where bot stands at the edge of cliff or somewhere the bot can fall. If bot has ran, it is already falling, if bot walked, it is standing at the edge of the cliff.

See Also:
Serialized Form

Field Summary
 boolean fell
          Flag for falling, if true, then bot has already fallen
 Triple location
          Current location of the bot
 
Fields inherited from class cz.cuni.pogamut.MessageObjects.MessageObject
ID, type, types, UnrealID, visible
 
Constructor Summary
FallEdge()
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class cz.cuni.pogamut.MessageObjects.MessageObject
clone, diff, equals, getID, getType, getUnrealID, getVisibility, hasID, isVisible, setID, setType, setUnrealID, setVisible, update
 
Methods inherited from class java.lang.Object
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

fell

public boolean fell
Flag for falling, if true, then bot has already fallen


location

public Triple location
Current location of the bot

Constructor Detail

FallEdge

public FallEdge()
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class MessageObject