Package | Description |
---|---|
genius.core.actions | |
genius.core.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.
|
Modifier and Type | Method and Description |
---|---|
protected void |
DefaultMultilateralProtocol.checkOffer(Offer offer)
Check incoming offer
|