public class EEventGenerator extends Object
| Modifier and Type | Field and Description |
|---|---|
cz.cuni.amis.pogamut.base.communication.worldview.event.IWorldEventListener<BotDamaged> |
myBotDamagedListener
Listener to bot damaged message.
|
cz.cuni.amis.pogamut.base.communication.worldview.event.IWorldEventListener<GlobalChat> |
myTextMessageListener
Listener to text messages.
|
| Constructor and Description |
|---|
EEventGenerator(EmotionalBot myAgent,
ALMA myALMA)
Constructor of this class.
|
public cz.cuni.amis.pogamut.base.communication.worldview.event.IWorldEventListener<BotDamaged> myBotDamagedListener
public cz.cuni.amis.pogamut.base.communication.worldview.event.IWorldEventListener<GlobalChat> myTextMessageListener
public EEventGenerator(EmotionalBot myAgent, ALMA myALMA)
myAgent - agent we generate events formyALMA - link to emotional modelCopyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.