JavaScript is disabled on your browser.
Skip navigation links
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
genius.core.actions
Interface Action
All Superinterfaces:
java.io.Serializable
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
extends java.io.Serializable
Interface for actions that are taken by an Agent and part of a negotiation. All actions must be immutable.
Method Summary
All Methods
Instance Methods
Abstract 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.
Skip navigation links
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