JavaScript is disabled on your browser.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
negotiator.actions
Interface Action
All Known Subinterfaces:
ActionWithBid
All Known Implementing Classes:
Accept
,
DefaultAction
,
DefaultActionWithBid
,
EndNegotiation
,
EndNegotiationWithAnOffer
,
GiveFeedback
,
IllegalAction
,
Inform
,
InformVotingResult
,
NoAction
,
Offer
,
OfferForFeedback
,
OfferForVoting
,
Reject
,
VoteForOfferAcceptance
public interface
Action
Interface for actions. All actions must be immutable.
Method Summary
Methods
Modifier and Type
Method and Description
AgentID
getAgent
()
Returns the ID of the agent which created the action.
Method Detail
getAgent
AgentID
getAgent()
Returns the ID of the agent which created the action.
Returns:
ID of the agent. Only actions returned from the protocol like
Inform
can return the null ID.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method