Package jadex.micro.tutorial
Class ChatE3Agent
- java.lang.Object
- 
- jadex.micro.tutorial.ChatE3Agent
 
- 
 public class ChatE3Agent extends java.lang.ObjectChat micro agent.
- 
- 
Field SummaryFields Modifier and Type Field Description protected IInternalAccessagentThe agent.protected java.lang.StringnicknameThe nickname.protected IRegistryServiceE3regserviceThe injected service.
 - 
Constructor SummaryConstructors Constructor Description ChatE3Agent()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecuteBody()Execute the functional body of the agent.IFuture<java.lang.Void>init()
 
- 
- 
- 
Field Detail- 
agentprotected IInternalAccess agent The agent.
 - 
nicknameprotected java.lang.String nickname The nickname.
 - 
regserviceprotected IRegistryServiceE3 regservice The injected service.
 
- 
 - 
Method Detail- 
initpublic IFuture<java.lang.Void> init() 
 - 
executeBodypublic void executeBody() Execute the functional body of the agent. Is only called once.
 
- 
 
-