Interface | Description |
---|---|
MultilateralProtocol |
This interface defines a protocol that should be executed by the
SessionManager . |
Class | Description |
---|---|
AlternatingOfferConsensusProtocol |
Implementation of an alternating offer protocol using voting consensus.
|
AlternatingOfferMajorityVotingProtocol |
Implementation of an alternating offer protocol using majority voting
Protocol:
|
BilateralAtomicNegotiationSession | |
MediatorFeedbackProtocol |
Implementation of a mediator based protocol based on feedback.
|
MediatorProtocol |
Base class for all mediator-based protocol
Initial implementations of this
MediatorProtocol are:
SimpleMediatorBasedProtocol
MediatorFeedbackProtocol |
MultilateralProtocolAdapter |
An adapter for the protocol class.
|
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.
|