cz.cuni.pogamut.MessageObjects
Class NavList

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

public class NavList
extends MessageObject
implements java.io.Serializable

Start and end of navigation list which is sent at the beginning of the communication

See Also:
Serialized Form

Field Summary
 boolean sending
          flag, if true, then we are in NAVLISt sendinf, if false, then not
 
Fields inherited from class cz.cuni.pogamut.MessageObjects.MessageObject
ID, type, types, UnrealID, visible
 
Constructor Summary
NavList(boolean inside)
           
 
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

sending

public boolean sending
flag, if true, then we are in NAVLISt sendinf, if false, then not

Constructor Detail

NavList

public NavList(boolean inside)
Method Detail

toString

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