Modifier and Type | Method and Description |
---|---|
static void |
DomainGenerator.findDomain(Domain domain,
UtilitySpace spaceA,
UtilitySpace spaceB,
java.lang.String logToDirA,
java.lang.String logToDirB,
Range opp,
Range dist,
boolean biasForHighOpp,
boolean varyBoth)
Method which keeps generating new domains until a domain satisfying the bounds
on the opposition and bid distribution is found.
|
Modifier and Type | Field and Description |
---|---|
protected Domain |
BidIterator.fDomain |
Constructor and Description |
---|
Bid(Domain domainP,
java.util.HashMap<java.lang.Integer,Value> bidP)
createFrom a new bid in a domain.
|
BidIterator(Domain pDomain)
Creates an iterator for the given outcomespace (domain).
|
LinearBidIterator(Domain domain,
UtilitySpace space,
double maxUtil,
double minUtil) |
Modifier and Type | Field and Description |
---|---|
protected Domain |
NegotiationSession.domain
Reference to the negotiation domain.
|
Modifier and Type | Method and Description |
---|---|
Domain |
NegotiationSession.getDomain()
Returns the negotiation domain.
|
Modifier and Type | Method and Description |
---|---|
Bid |
OpponentBidHistory.ChooseBid(java.util.List<Bid> candidateBids,
Domain domain) |
void |
OpponentBidHistory.initializeDataStructures(Domain domain)
initialization
|
void |
OpponentBidHistory.updateOpponentModel(Bid bidToUpdate,
Domain domain,
UtilitySpace utilitySpace)
This function updates the opponent's Model by calling the
updateStatistics method
|
Constructor and Description |
---|
DiscreteIssueProcessor(Domain d)
Creates a DiscreteIssueProcessor for a domain.
|
DiscreteIssueProcessor(UtilitySpace u,
Domain d)
Creates a DiscreteIssueProcessor for a domain, given a certain utility.
|
Constructor and Description |
---|
UtilitySpaceAdapter(OpponentModel opponentModel,
Domain domain) |
Modifier and Type | Method and Description |
---|---|
double |
AgentLGSAS.getUtilityOfOpponentsBid(Domain domain,
Bid bid) |
Modifier and Type | Method and Description |
---|---|
static NegotiationParty |
GuiConfiguration.createFrom(PartyRepItem partyRepItem,
Domain domain)
Creates a new Party from repository items
|
Modifier and Type | Method and Description |
---|---|
Domain |
NegotiatorTreeTableModel.getDomain() |
Modifier and Type | Method and Description |
---|---|
void |
TreeFrame.clearTreeTable(Domain domain,
UtilitySpace utilitySpace) |
Constructor and Description |
---|
NegotiatorTreeTableModel(Domain domain) |
NegotiatorTreeTableModel(Domain domain,
UtilitySpace utilitySpace) |
TreeFrame(Domain domain,
boolean hasNoProfiles) |
TreeFrame(Domain domain,
UtilitySpace utilitySpace) |
Modifier and Type | Field and Description |
---|---|
protected Domain |
Protocol.domain
--
|
Modifier and Type | Method and Description |
---|---|
Domain |
Protocol.getDomain() |
Modifier and Type | Method and Description |
---|---|
Domain |
AlternatingOffersProtocol.getDomain() |
Modifier and Type | Method and Description |
---|---|
Domain |
Repository.getDomain(DomainRepItem domainRepItem) |
Domain |
Repository.getDomain(java.lang.String file) |
Modifier and Type | Method and Description |
---|---|
boolean |
Repository.existUtilitySpace(Domain domain,
ProfileRepItem profile) |
UtilitySpace |
Repository.getUtilitySpace(Domain domain,
ProfileRepItem profile) |
UtilitySpace |
Repository.getUtilitySpace(Domain domain,
java.lang.String file) |
Modifier and Type | Method and Description |
---|---|
static NegotiationPartyInternal |
TournamentGenerator.createFrom(PartyRepItem partyRepItem,
Domain domain,
UTILITYSPACETYPE type,
Session session)
Creates a new Party from repository items
|
Modifier and Type | Field and Description |
---|---|
protected Domain |
UtilitySpace.domain |
Modifier and Type | Method and Description |
---|---|
Domain |
UtilitySpace.getDomain() |
Modifier and Type | Method and Description |
---|---|
void |
UtilitySpace.checkReadyForNegotiation(Domain dom)
Check if this utility space is ready for negotiation.
|
void |
NonlinearUtilitySpace.checkReadyForNegotiation(Domain dom) |
void |
ConstraintUtilitySpace.checkReadyForNegotiation(Domain dom) |
Constructor and Description |
---|
ConstraintUtilitySpace(Domain domain) |
ConstraintUtilitySpace(Domain domain,
java.lang.String fileName) |
NonlinearUtilitySpace(Domain domain) |
NonlinearUtilitySpace(Domain domain,
java.lang.String fileName) |
UtilitySpace(Domain domain)
Creates a new utilityspace of the given domain.
|
UtilitySpace(Domain domain,
java.util.Map<Objective,Evaluator> fEvaluators) |
UtilitySpace(Domain domain,
java.lang.String fileName)
Create new default util space for a given domain.
|