Package jadex.micro.tutorial
Class ChatE3Agent
- java.lang.Object
-
- jadex.micro.tutorial.ChatE3Agent
-
public class ChatE3Agent extends java.lang.Object
Chat micro agent.
-
-
Field Summary
Fields Modifier and Type Field Description protected IInternalAccess
agent
The agent.protected java.lang.String
nickname
The nickname.protected IRegistryServiceE3
regservice
The injected service.
-
Constructor Summary
Constructors Constructor Description ChatE3Agent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
executeBody()
Execute the functional body of the agent.IFuture<java.lang.Void>
init()
-
-
-
Field Detail
-
agent
protected IInternalAccess agent
The agent.
-
nickname
protected java.lang.String nickname
The nickname.
-
regservice
protected IRegistryServiceE3 regservice
The injected service.
-
-
Method Detail
-
init
public IFuture<java.lang.Void> init()
-
executeBody
public void executeBody()
Execute the functional body of the agent. Is only called once.
-
-