cz.cuni.pogamut.Client
Class KnownNavPoints

java.lang.Object
  extended by cz.cuni.pogamut.Client.KnownCathegorizedObjects
      extended by cz.cuni.pogamut.Client.KnownNavPoints
All Implemented Interfaces:
RcvMsgListener, java.util.EventListener

public class KnownNavPoints
extends KnownCathegorizedObjects

Descendant of KnownCathegorizedObjects - store navigation points


Field Summary
 
Fields inherited from class cz.cuni.pogamut.Client.KnownCathegorizedObjects
storage
 
Constructor Summary
KnownNavPoints(AgentBody body)
           
 
Method Summary
 NavPoint getNavPointOfID(int ID)
           
 java.util.ArrayList<NavPoint> getStoredNavPoints()
           
 
Methods inherited from class cz.cuni.pogamut.Client.KnownCathegorizedObjects
getSpecifiedObject, getStorage, receiveMessage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KnownNavPoints

public KnownNavPoints(AgentBody body)
Method Detail

getNavPointOfID

public NavPoint getNavPointOfID(int ID)

getStoredNavPoints

public java.util.ArrayList<NavPoint> getStoredNavPoints()