| Interface | Description |
|---|---|
| MultilateralProtocol |
The protocol describes if the negotiation is finished, what the agreement is,
which actions can be done in the next round.
|
| Class | Description |
|---|---|
| AlternatingMajorityConsensusProtocol |
Implementation of an alternating offer protocol using majority voting.
|
| AlternatingMultipleOffersProtocol |
Implementation of an alternating offer protocol using voting consensus.
|
| BilateralAtomicNegotiationSession | |
| DefaultMultilateralProtocol |
An adapter for the protocol class.
|
| MediatorFeedbackBasedProtocol |
This is the protocol for the mediated feedback.
|
| MediatorProtocol |
Base class for all mediator-based protocols
|
| Protocol |
Abstract class for the manager of protocols.
|
| SimpleMediatorBasedProtocol |
Basic implementation of a mediator based protocol.
|
| StackedAlternatingOffersProtocol |
Implementation of an alternating offer protocol using offer/counter-offer.
|