Magentix2
2.1.1
|
Public Member Functions | |
String | run (CProcessor myProcessor, ACLMessage messageToSend) |
Definition at line 71 of file FIPA_CONTRACTNET_Initiator.java.
String es.upv.dsic.gti_ia.cAgents.protocols.FIPA_CONTRACTNET_Initiator.SOLICIT_PROPOSALS_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 72 of file FIPA_CONTRACTNET_Initiator.java.
{ doSolicitProposals(myProcessor, messageToSend); return "WAIT_FOR_PROPOSALS"; }