Magentix2
2.1.1
|
Public Member Functions | |
void | run (CProcessor myProcessor, ACLMessage messageToSend) |
Definition at line 279 of file Jason_Fipa_Query_Initiator.java.
void es.upv.dsic.gti_ia.jason.conversationsFactory.initiator.Jason_Fipa_Query_Initiator.FINAL_Method.run | ( | CProcessor | myProcessor, |
ACLMessage | messageToSend | ||
) |
The method to be executed by the final state
myProcessor | The CProcessor of the conversation |
Implements es.upv.dsic.gti_ia.cAgents.FinalStateMethod.
Definition at line 280 of file Jason_Fipa_Query_Initiator.java.
{ doFinal((ConvCProcessor)myProcessor, messageToSend); }