Package jadex.micro.tutorial
Class ChatC4Agent
- java.lang.Object
-
- jadex.micro.tutorial.ChatC4Agent
-
public class ChatC4Agent extends java.lang.Object
Chat micro agent that search the factory for micro agents.
-
-
Field Summary
Fields Modifier and Type Field Description protected IInternalAccess
agent
The underlying mirco agent.
-
Constructor Summary
Constructors Constructor Description ChatC4Agent()
-
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 mirco agent.
-
-