Magentix2
2.1.1
|
Public Member Functions | |
String | run (CProcessor myProcessor, ACLMessage messageToSend) |
Definition at line 81 of file FIPA_CONTRACTNET_Participant.java.
String es.upv.dsic.gti_ia.cAgents.protocols.FIPA_CONTRACTNET_Participant.SEND_PROPOSAL_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 82 of file FIPA_CONTRACTNET_Participant.java.
{ doSendProposal(myProcessor, messageToSend); return "WAIT_FOR_ACCEPT"; }