cz.cuni.amis.nb.pogamut.unreal.timeline.records
Class MapEvents

Package class diagram package MapEvents
java.lang.Object
  extended by cz.cuni.amis.nb.pogamut.unreal.timeline.records.MapEvents
All Implemented Interfaces:
Serializable

public class MapEvents
extends Object
implements Serializable

Class for storing MapEvents of LogRecorder.

Author:
Honza
See Also:
Serialized Form

Constructor Summary
MapEvents(TLEntity entity)
           
 
Method Summary
 List<MapEvent> getEvents(long time)
           
 List<MapEvent> getMapEvents()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MapEvents

public MapEvents(TLEntity entity)
Method Detail

getEvents

public List<MapEvent> getEvents(long time)

getMapEvents

public List<MapEvent> getMapEvents()


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