Magentix2
2.1.1
|
Public Member Functions | |
void | run (CProcessor myProcessor, ACLMessage responseMessage) |
Definition at line 177 of file Normative_Protocol.java.
void es.upv.dsic.gti_ia.norms.Normative_Protocol.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 178 of file Normative_Protocol.java.
{ //myProcessor.ShutdownAgent(); doFinal(myProcessor,responseMessage); }