Package jadex.micro.examples.helloworld
Class PojoHelloWorldAgent
- java.lang.Object
- 
- jadex.micro.examples.helloworld.PojoHelloWorldAgent
 
- 
 public class PojoHelloWorldAgent extends java.lang.ObjectThe micro version of the hello world agent.
- 
- 
Field SummaryFields Modifier and Type Field Description protected IInternalAccessagentThe micro agent class.protected java.lang.StringtextThe welcome text.
 - 
Constructor SummaryConstructors Constructor Description PojoHelloWorldAgent()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidend()voidexecuteBody()Execute an agent step.
 
- 
- 
- 
Field Detail- 
agentprotected IInternalAccess agent The micro agent class.
 - 
textprotected java.lang.String text The welcome text.
 
- 
 
-