Magentix2
2.1.1
|
Public Member Functions | |
String | run (CProcessor myProcessor, ACLMessage msg) |
Definition at line 60 of file Jason_FICN_Initiator.java.
String es.upv.dsic.gti_ia.jason.conversationsFactory.initiator.Jason_FICN_Initiator.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 61 of file Jason_FICN_Initiator.java.
{ doBegin( (ConvCProcessor) myProcessor, msg); return "WAIT_FOR_PARTICIPANT_TO_JOIN"; };