Package jadex.micro.examples.helloworld
Class PojoHelloWorldAgent
- java.lang.Object
-
- jadex.micro.examples.helloworld.PojoHelloWorldAgent
-
public class PojoHelloWorldAgent extends java.lang.Object
The micro version of the hello world agent.
-
-
Field Summary
Fields Modifier and Type Field Description protected IInternalAccess
agent
The micro agent class.protected java.lang.String
text
The welcome text.
-
Constructor Summary
Constructors Constructor Description PojoHelloWorldAgent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
end()
void
executeBody()
Execute an agent step.
-
-
-
Field Detail
-
agent
protected IInternalAccess agent
The micro agent class.
-
text
protected java.lang.String text
The welcome text.
-
-