Magentix2
2.1.1
|
Public Member Functions | |
void | run (CProcessor myProcessor, ACLMessage messageToSend) |
Definition at line 233 of file FIPA_RECRUITING_Participant.java.
void es.upv.dsic.gti_ia.cAgents.protocols.FIPA_RECRUITING_Participant.FINAL_RECRUITING_PARTICIPANT_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 234 of file FIPA_RECRUITING_Participant.java.
{ doFinalRecruitingParticipant(myProcessor, messageToSend); }