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 ActionWithBid
All Superinterfaces:
Action
All Known Implementing Classes:
Accept
,
DefaultActionWithBid
,
EndNegotiationWithAnOffer
,
InformVotingResult
,
Offer
,
OfferForFeedback
,
OfferForVoting
,
Reject
public interface
ActionWithBid
extends
Action
Interface for actions that involve a
Bid
Author:
W.Pasman
Method Summary
Methods
Modifier and Type
Method and Description
Bid
getBid
()
Returns the bid that is involved with this action.
Methods inherited from interface negotiator.actions.
Action
getAgent
Method Detail
getBid
Bid
getBid()
Returns the bid that is involved with this action.
Returns:
the involved Bid.
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