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