Package | Description |
---|---|
negotiator.protocol | |
negotiator.session |
Modifier and Type | Method and Description |
---|---|
Round |
AlternatingOfferConsensusProtocol.createRound()
factory function.
|
Round |
StackedAlternatingOffersProtocol.getRoundStructure(java.util.List<NegotiationPartyInternal> parties,
Session session)
Defines the round structure.
|
Round |
SimpleMediatorBasedProtocol.getRoundStructure(java.util.List<NegotiationPartyInternal> parties,
Session session)
Get the structure of the current round.
|
Round |
MultilateralProtocolAdapter.getRoundStructure(java.util.List<NegotiationPartyInternal> parties,
Session session)
Get the structure of the current round.
|
Round |
MultilateralProtocol.getRoundStructure(java.util.List<NegotiationPartyInternal> parties,
Session session)
Get the structure of the current round.
|
Round |
MediatorFeedbackProtocol.getRoundStructure(java.util.List<NegotiationPartyInternal> parties,
Session session)
Get the structure of the current round.
|
Round |
AlternatingOfferMajorityVotingProtocol.getRoundStructure(java.util.List<NegotiationPartyInternal> parties,
Session session)
Get the structure of the current round.
|
Round |
AlternatingOfferConsensusProtocol.getRoundStructure(java.util.List<NegotiationPartyInternal> parties,
Session session)
Get the round structure used by this algorithm.
|
Modifier and Type | Method and Description |
---|---|
Round |
Session.getMostRecentRound()
Get the most recent round.
|
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<Round> |
Session.getRounds()
Gets the number of 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. |