Magentix2
2.1.1
|
Public Member Functions | |
String | run (CProcessor myProcessor, ACLMessage messageReceived) |
Definition at line 149 of file FIPA_REQUEST_Initiator.java.
String es.upv.dsic.gti_ia.cAgents.protocols.FIPA_REQUEST_Initiator.INFORM_Method.run | ( | CProcessor | myProcessor, |
ACLMessage | receivedMessage | ||
) |
The method to be executed by the receive state
myProcessor | The CProcessor of the conversation |
Implements es.upv.dsic.gti_ia.cAgents.ReceiveStateMethod.
Definition at line 150 of file FIPA_REQUEST_Initiator.java.
{ doInform(myProcessor, messageReceived); return "FINAL_REQUEST_INITIATOR"; }