Magentix2
2.1.1
|
Public Member Functions | |
String | run (CProcessor myProcessor, ACLMessage messageReceived) |
Definition at line 139 of file Jason_Fipa_Request_Initiator.java.
String es.upv.dsic.gti_ia.jason.conversationsFactory.initiator.Jason_Fipa_Request_Initiator.REFUSE_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 140 of file Jason_Fipa_Request_Initiator.java.
{ doRefuse((ConvCProcessor) myProcessor, messageReceived); return "FINAL_REQUEST_INITIATOR"; }