Package | Description |
---|---|
negotiator.actions | |
negotiator.protocol |
Modifier and Type | Class and Description |
---|---|
class |
OfferForFeedback
immutable.
|
class |
OfferForVoting
immutable
|
Modifier and Type | Method and Description |
---|---|
protected Offer |
AlternatingMultipleOffersProtocol.acceptedOffer(Round votingRound,
Round offerRound)
returns the first offer in the given
Round that everyone
accepted, or null if no such offer. |
protected Offer |
AlternatingMajorityConsensusProtocol.acceptedOffer(Round votingRound,
Round offerRound)
returns the first offer with more support than the current one, or null
if no such offer.
|