Package | Description |
---|---|
genius.core.protocol | |
genius.core.session |
Modifier and Type | Method and Description |
---|---|
Round |
AlternatingMultipleOffersProtocol.createRound()
factory function.
|
Round |
StackedAlternatingOffersProtocol.getRoundStructure(java.util.List<NegotiationParty> parties,
Session session)
Defines the round structure.
|
Round |
SimpleMediatorBasedProtocol.getRoundStructure(java.util.List<NegotiationParty> parties,
Session session) |
Round |
MultilateralProtocol.getRoundStructure(java.util.List<NegotiationParty> parties,
Session session)
Get the structure of the current round.
|
Round |
MediatorFeedbackBasedProtocol.getRoundStructure(java.util.List<NegotiationParty> parties,
Session session) |
Round |
DefaultMultilateralProtocol.getRoundStructure(java.util.List<NegotiationParty> parties,
Session session) |
Round |
AlternatingMultipleOffersProtocol.getRoundStructure(java.util.List<NegotiationParty> parties,
Session session)
Get the round structure used by this algorithm.
|
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.
|
protected void |
AlternatingMultipleOffersProtocol.allActionsAreOffers(Round offerRound)
Checks if all actions are offers.
|
Modifier and Type | Method and Description |
---|---|
Round |
Session.getMostRecentRound()
Get the most recent round.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Round> |
Session.getRounds()
Gets the rounds currently in this session.
|
Modifier and Type | Method and Description |
---|---|
void |
Session.startNewRound(Round round)
Add a round to this session.
|
Constructor and Description |
---|
Round(Round round)
Creates a new instance of the
Round object. |