Package jadex.micro.helloworld
Class HelloWorldAgent2
java.lang.Object
jadex.micro.helloworld.HelloWorldAgent2
The micro version of the hello world agent.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
end()
void
Execute an agent step.static void
Start the example.
-
Field Details
-
agent
protected jadex.core.IComponent agentThe micro agent class. -
text
The welcome text.
-
-
Constructor Details
-
HelloWorldAgent2
-
-
Method Details
-
executeBody
public void executeBody()Execute an agent step. -
end
public void end() -
main
Start the example.- Throws:
InterruptedException
-