Magentix2
2.1.1
|
Public Member Functions | |
String | run (CProcessor myProcessor, ACLMessage msg) |
Definition at line 67 of file Jason_Fipa_RequestW_Participant.java.
String es.upv.dsic.gti_ia.jason.conversationsFactory.participant.Jason_Fipa_RequestW_Participant.BEGIN_Method.run | ( | CProcessor | myProcessor, |
ACLMessage | inputMessage | ||
) |
The method to be executed by the begin state
myProcessor | The CProcessor of the conversation |
inputMessage | The first message received by the CProcessor |
Implements es.upv.dsic.gti_ia.cAgents.BeginStateMethod.
Definition at line 68 of file Jason_Fipa_RequestW_Participant.java.
{ doBegin(myProcessor, msg); return "WAIT"; };