Interface | Description |
---|---|
Action |
Interface for actions that are taken by an Agent and part of a negotiation.
|
ActionWithBid |
Interface for actions that involve a
Bid |
Class | Description |
---|---|
Accept |
This class is used to createFrom an action which symbolizes that an agent
accepts an offer.
|
DefaultAction | |
DefaultActionWithBid |
Default implementation for ActionWithBid
|
EndNegotiation |
Class which symbolizes the action to leave a negotiation.
|
EndNegotiationWithAnOffer |
This action is used by parties to indicate they want not to continue after
this last offer.
|
GiveFeedback |
An agent can give feedback on other actions using this action.
|
IllegalAction |
This action represents that the agent did an illegal action (not fitting the
protocol), eg kill his agent.
|
Inform |
inform about some property.
|
InformVotingResult |
informs about a voting result.
|
NoAction |
immutable.
|
Offer |
Symbolizes an offer of an agent for the opponent.
|
OfferForFeedback |
immutable.
|
OfferForVoting |
immutable
|
Reject |
This class is used to createFrom an action which symbolizes that an agent
rejects an offer.
|
VoteForOfferAcceptance |
This action can be used to indicate accept or reject of an offer.
|