Modifier and Type | Method and Description |
---|---|
void |
Agent.endSession(NegotiationResult dUtil)
Method which informs an agent about the utility it received.
|
Modifier and Type | Method and Description |
---|---|
void |
BOA.endSession(NegotiationResult result)
Method called at the end of the negotiation.
|
Modifier and Type | Method and Description |
---|---|
void |
AC_InoxAgent.endNegotiation(NegotiationResult result)
Method used for saving results between sessions.
|
Modifier and Type | Method and Description |
---|---|
void |
BOAagent.endSession(NegotiationResult result)
Method that first calls the endSession method of each component to receiveMessage
the session data and then stores the session data if it is not empty and
is changed.
|
Modifier and Type | Method and Description |
---|---|
void |
InoxAgent_Offering.endSession(NegotiationResult result)
Method used for saving results between sessions.
|
Modifier and Type | Method and Description |
---|---|
void |
ANAC2013BOAExample_Offering.endSession(NegotiationResult result)
Method called at the end of a negotiation.
|