Package jadex.micro.tutorial
Class ChatC2Agent
- java.lang.Object
- 
- jadex.micro.tutorial.ChatC2Agent
 
- 
 public class ChatC2Agent extends java.lang.ObjectChat micro agent that uses the clock service.
- 
- 
Field SummaryFields Modifier and Type Field Description protected IRequiredServicesFeaturerequiredServicesFeatureThe required services feature.
 - 
Constructor SummaryConstructors Constructor Description ChatC2Agent()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecuteBody()Execute the functional body of the agent.
 
- 
- 
- 
Field Detail- 
requiredServicesFeatureprotected IRequiredServicesFeature requiredServicesFeature The required services feature.
 
- 
 
-