Package jadex.micro.tutorial
Class ChatD1Agent
- java.lang.Object
-
- jadex.micro.tutorial.ChatD1Agent
-
public class ChatD1Agent extends java.lang.Object
Chat micro agent provides a basic chat service.
-
-
Field Summary
Fields Modifier and Type Field Description protected IInternalAccess
agent
The underlying micro agent.protected IRequiredServicesFeature
requiredServicesFeature
The required services feature.
-
Constructor Summary
Constructors Constructor Description ChatD1Agent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
executeBody()
Execute the functional body of the agent.
-
-
-
Field Detail
-
agent
protected IInternalAccess agent
The underlying micro agent.
-
requiredServicesFeature
protected IRequiredServicesFeature requiredServicesFeature
The required services feature.
-
-