cz.cuni.amis.pogamut.usar2004.communication.translator
Class USARTranslatorContext
java.lang.Object
cz.cuni.amis.pogamut.usar2004.communication.translator.USARTranslatorContext
public class USARTranslatorContext
- extends Object
Translator context serves as the context during the FSM work. It provides respective fsm states an access
to the instances of:
- event queue - object where we're sending new world events
- item translator - an object with factories of respective items
- log
WARNING: the same context is used for Bot, ControlServer as well as Observer!
- Author:
- Jimmy
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
USARTranslatorContext
public USARTranslatorContext(IWorldEventQueue events,
Logger log)
reset
public void reset()
getEventQueue
public IWorldEventQueue getEventQueue()
getLogger
public Logger getLogger()
Copyright © 2014 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.