Package bot

Class Summary
EmotionalBot The base class for our emotional agents.
EmotionalBotModule Module that allows Guice to create our agent correctly.
EmotionalBotTestCase This is the main class for running our example scenario.
EmotionalFemaleBot Main class for female emotional bot.
EmotionalFemaleBotModule Module that allows Guice to create our female agent correctly.
EmotionalMaleBot Main class for male emotional bot.
EmotionalMaleBotModule Module that allows Guice to create our male agent correctly.
EventGenerator In this class we will generate all the events our agent can encounter in the scenario.
PolymorphBot Emotional scenario polymorph.
PolymorphBotModule Module that allows Guice to create our polymorph agent correctly.
SimpleBot Example of Simple Pogamut bot, that randomly walks around the map.
SimpleBotModule  
SimpleBotRun