Package jadex.micro.tutorial
Class ChatC4Agent
- java.lang.Object
- 
- jadex.micro.tutorial.ChatC4Agent
 
- 
 public class ChatC4Agent extends java.lang.ObjectChat micro agent that search the factory for micro agents.
- 
- 
Field SummaryFields Modifier and Type Field Description protected IInternalAccessagentThe underlying mirco agent.
 - 
Constructor SummaryConstructors Constructor Description ChatC4Agent()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecuteBody()Execute the functional body of the agent.
 
- 
- 
- 
Field Detail- 
agentprotected IInternalAccess agent The underlying mirco agent.
 
- 
 
-