Package | Description |
---|---|
genius.core | |
genius.core.logging | |
genius.core.parties | |
genius.core.protocol | |
genius.core.session |
Modifier and Type | Method and Description |
---|---|
java.lang.Class<? extends MultilateralProtocol> |
AgentAdapter.getProtocol() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
CsvLogger.getDefaultSessionLog(Session session,
MultilateralProtocol protocol,
java.util.List<NegotiationPartyInternal> partiesint,
double runTime)
Log default session information.
|
static java.lang.String |
CsvLogger.logSingleSession(Session session,
MultilateralProtocol protocol,
java.util.List<NegotiationPartyInternal> partiesint,
double runTime) |
Modifier and Type | Method and Description |
---|---|
MultilateralProtocol |
SessionsInfo.getProtocol() |
Modifier and Type | Method and Description |
---|---|
java.lang.Class<? extends MultilateralProtocol> |
NegotiationParty.getProtocol()
Get the protocol that this party supports.
|
java.lang.Class<? extends MultilateralProtocol> |
AbstractNegotiationParty.getProtocol() |
Constructor and Description |
---|
SessionsInfo(MultilateralProtocol protocol,
PersistentDataType type,
boolean isPrintEnabled) |
Modifier and Type | Class and Description |
---|---|
class |
AlternatingMajorityConsensusProtocol
Implementation of an alternating offer protocol using majority voting.
|
class |
AlternatingMultipleOffersProtocol
Implementation of an alternating offer protocol using voting consensus.
|
class |
DefaultMultilateralProtocol
An adapter for the protocol class.
|
class |
MediatorFeedbackBasedProtocol
This is the protocol for the mediated feedback.
|
class |
MediatorProtocol
Base class for all mediator-based protocols
|
class |
SimpleMediatorBasedProtocol
Basic implementation of a mediator based protocol.
|
class |
StackedAlternatingOffersProtocol
Implementation of an alternating offer protocol using offer/counter-offer.
|
Modifier and Type | Method and Description |
---|---|
static MultilateralProtocol |
TournamentManager.getProtocol(MultiPartyProtocolRepItem protocolRepItem)
Create a new instance of the Protocol object from a
MultiPartyProtocolRepItem |