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

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

public class LogEvents
extends Object
implements Serializable

Class for storing LogEvents of LogRecorder.

Author:
Honza
See Also:
MapEvents, Serialized Form

Constructor Summary
LogEvents()
           
 
Method Summary
 List<LogEvent> getEvents()
           
 List<LogMessage> getMessages()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LogEvents

public LogEvents()
Method Detail

getMessages

public List<LogMessage> getMessages()

getEvents

public List<LogEvent> getEvents()


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