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