cz.cuni.amis.pogamut.udk.communication.translator.shared.events
Class MapPointListObtained

Package class diagram package MapPointListObtained
java.lang.Object
  extended by cz.cuni.amis.pogamut.base.communication.translator.event.WorldEventIdentityWrapper
      extended by cz.cuni.amis.pogamut.udk.communication.translator.shared.events.MapPointListObtained
All Implemented Interfaces:
IWorldChangeEvent, IWorldEventWrapper, IWorldEvent, cz.cuni.amis.utils.listener.Event

public class MapPointListObtained
extends WorldEventIdentityWrapper


Constructor Summary
MapPointListObtained(Map<UnrealId,NavPoint> navPoints, Map<UnrealId,Item> items)
           
 
Method Summary
 Map<UnrealId,Item> getItems()
           
 Map<UnrealId,NavPoint> getNavPoints()
           
 long getSimTime()
           
 String toString()
           
 
Methods inherited from class cz.cuni.amis.pogamut.base.communication.translator.event.WorldEventIdentityWrapper
getWorldEvent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MapPointListObtained

public MapPointListObtained(Map<UnrealId,NavPoint> navPoints,
                            Map<UnrealId,Item> items)
Method Detail

getSimTime

public long getSimTime()
Specified by:
getSimTime in interface IWorldChangeEvent
Specified by:
getSimTime in interface IWorldEvent
Specified by:
getSimTime in class WorldEventIdentityWrapper

getNavPoints

public Map<UnrealId,NavPoint> getNavPoints()

getItems

public Map<UnrealId,Item> getItems()

toString

public String toString()
Overrides:
toString in class Object


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