Package jadex.micro.examples.ping
Class PingAgent
- java.lang.Object
-
- jadex.micro.examples.ping.PingAgent
-
public class PingAgent extends java.lang.Object
Answer ping requests.
-
-
Field Summary
Fields Modifier and Type Field Description protected IInternalAccess
agent
The micro agent class.
-
Constructor Summary
Constructors Constructor Description PingAgent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
messageArrived(java.util.Map<java.lang.String,java.lang.Object> msg)
Send a reply to the sender.
-
-
-
Field Detail
-
agent
protected IInternalAccess agent
The micro agent class.
-
-