Modifier and Type | Field and Description |
---|---|
BilateralAtomicNegotiationSession |
Agent.fNegotiation
Reference to protocol which is set when experimental setup is enabled.
|
Modifier and Type | Method and Description |
---|---|
void |
OpponentModel.setOpponentUtilitySpace(BilateralAtomicNegotiationSession fNegotiation)
Method which may be overwritten by an opponent model to get access to the
opponent's utilityspace.
|
void |
AcceptanceStrategy.setOpponentUtilitySpace(BilateralAtomicNegotiationSession fNegotiation)
Method which may be overwritten to get access to the opponent's
utilityspace in an experimental setup.
|
Modifier and Type | Method and Description |
---|---|
void |
WorstModel.setOpponentUtilitySpace(BilateralAtomicNegotiationSession session) |
void |
PerfectScalableBayesianModel.setOpponentUtilitySpace(BilateralAtomicNegotiationSession session) |
void |
PerfectModel.setOpponentUtilitySpace(BilateralAtomicNegotiationSession session) |
void |
PerfectIAMhagglerBayesianModel.setOpponentUtilitySpace(BilateralAtomicNegotiationSession session) |
Modifier and Type | Method and Description |
---|---|
BilateralAtomicNegotiationSession |
BilateralAtomicNegotiationSessionEvent.getSession() |
Constructor and Description |
---|
BilateralAtomicNegotiationSessionEvent(java.lang.Object source,
BilateralAtomicNegotiationSession session,
ProfileRepItem profileA,
ProfileRepItem profileB,
AgentRepItem agentA,
AgentRepItem agentB,
java.lang.String agentAName,
java.lang.String agentBName) |
Modifier and Type | Field and Description |
---|---|
protected BilateralAtomicNegotiationSession |
ProgressUI2.session |
Modifier and Type | Method and Description |
---|---|
void |
ProgressUI2.fillGUI(BilateralAtomicNegotiationSession ng) |
void |
ProgressUI2.setNegotiationSession(BilateralAtomicNegotiationSession nego) |
Modifier and Type | Method and Description |
---|---|
void |
Protocol.fireBilateralAtomicNegotiationSessionEvent(BilateralAtomicNegotiationSession session,
ProfileRepItem profileA,
ProfileRepItem profileB,
AgentRepItem agentA,
AgentRepItem agentB,
java.lang.String agenAName,
java.lang.String agentBName) |
Modifier and Type | Class and Description |
---|---|
class |
AlternatingOffersBilateralAtomicNegoSession
This is an updated version which has shared deadlines for both agents,
implemented with
Timeline . |
Modifier and Type | Class and Description |
---|---|
class |
AuctionBilateralAtomicNegoSession |