Uses of Class
bot.EmotionalBot

Packages that use EmotionalBot
almabasedmodel   
bot   
 

Uses of EmotionalBot in almabasedmodel
 

Fields in almabasedmodel declared as EmotionalBot
 EmotionalBot AEmotionState.myAgent
          Pointer toward our agent
 EmotionalBot AEventGenerator.myAgent
          Pointer to our agent we generate evets for
 EmotionalBot PogamutALMA.myAgent
          The agent this PogamutALMA instance is for.
 

Constructors in almabasedmodel with parameters of type EmotionalBot
AEmotionState(PogamutALMA alma, EmotionalBot myAgent)
          Only constructor for this class, requires few other objects.
AEventGenerator(PogamutALMA inputModel, AEmotionState myEmState, EmotionalBot myAgent)
          Only constructor for this class.
PogamutALMA(EmotionalBot agent)
          The constructor that sets up ALMA engine.
 

Uses of EmotionalBot in bot
 

Subclasses of EmotionalBot in bot
 class EmotionalFemaleBot
          Main class for female emotional bot.
 class EmotionalMaleBot
          Main class for male emotional bot.
 

Fields in bot declared as EmotionalBot
private  EmotionalBot EventGenerator.myAgent
          Pointer to our agent
 

Constructors in bot with parameters of type EmotionalBot
EventGenerator(EmotionalBot myAgent)
          Only constructor for this class.