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