Package jadex.micro.tutorial
Class ChatD1Agent
- java.lang.Object
- 
- jadex.micro.tutorial.ChatD1Agent
 
- 
 public class ChatD1Agent extends java.lang.ObjectChat micro agent provides a basic chat service.
- 
- 
Field SummaryFields Modifier and Type Field Description protected IInternalAccessagentThe underlying micro agent.protected IRequiredServicesFeaturerequiredServicesFeatureThe required services feature.
 - 
Constructor SummaryConstructors Constructor Description ChatD1Agent()
 - 
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 micro agent.
 - 
requiredServicesFeatureprotected IRequiredServicesFeature requiredServicesFeature The required services feature.
 
- 
 
-