Package jadex.micro.tutorial.a1
Class ChatUserAgent
java.lang.Object
jadex.micro.tutorial.a1.ChatUserAgent
Chat micro agent gets chat services and sends a message.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected jadex.core.IComponent
The underlying micro agent. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Execute the functional body of the agent.static void
Start the example.
-
Field Details
-
agent
protected jadex.core.IComponent agentThe underlying micro agent.
-
-
Constructor Details
-
ChatUserAgent
public ChatUserAgent()
-
-
Method Details
-
executeBody
public void executeBody()Execute the functional body of the agent. Is only called once. -
main
Start the example.- Throws:
InterruptedException
-