cz.cuni.amis.pogamut.udk.communication.translator.bot
Class BotFSM

Package class diagram package BotFSM
java.lang.Object
  extended by cz.cuni.amis.pogamut.udk.communication.translator.bot.BotFSM
All Implemented Interfaces:
IWorldMessageTranslator

public class BotFSM
extends Object
implements IWorldMessageTranslator

BotFSM is wrapper for the FSM instance that uses states from cz.cuni.amis.pogamut.ut2004.communication.translator.bot package.

Author:
Jimmy

Constructor Summary
BotFSM(ItemTranslator translator, IAgentLogger logger)
           
 
Method Summary
 IWorldChangeEvent[] processMessage(InfoMessage message)
           
 void reset()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BotFSM

@Inject
public BotFSM(ItemTranslator translator,
                     IAgentLogger logger)
Method Detail

processMessage

public IWorldChangeEvent[] processMessage(InfoMessage message)
                                   throws TranslatorException
Specified by:
processMessage in interface IWorldMessageTranslator
Throws:
TranslatorException

reset

public void reset()
Specified by:
reset in interface IWorldMessageTranslator

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.