Magentix2
2.1.1
|
Public Member Functions | |
String | run (CProcessor myProcessor, ACLMessage messageToSend) |
Definition at line 140 of file Jason_Fipa_Query_Initiator.java.
String es.upv.dsic.gti_ia.jason.conversationsFactory.initiator.Jason_Fipa_Query_Initiator.QUERY_REF_Method.run | ( | CProcessor | myProcessor, |
ACLMessage | messageToSend | ||
) |
The method to be executed by the action state
myProcessor | The CProcessor of the conversation |
Implements es.upv.dsic.gti_ia.cAgents.SendStateMethod.
Definition at line 141 of file Jason_Fipa_Query_Initiator.java.
{ doQueryref((ConvCProcessor)myProcessor, messageToSend); return "WAIT_FOR_ACCEPTANCE"; }