Package | Description |
---|---|
misc | |
negotiator | |
negotiator.boaframework | |
negotiator.protocol | |
negotiator.protocol.alternatingoffers | |
negotiator.repository | |
negotiator.utility |
Modifier and Type | Method and Description |
---|---|
static void |
DomainGenerator.findDomain(Domain domain,
AdditiveUtilitySpace spaceA,
AdditiveUtilitySpace 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 | Class and Description |
---|---|
class |
DomainImpl
Implementation of Domain.
|
Modifier and Type | Field and Description |
---|---|
protected Domain |
BidIterator.fDomain |
Constructor and Description |
---|
Bid(Domain domain)
Create a new empty bid of which the values still must be set.
|
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,
AdditiveUtilitySpace 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 | 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) |
AbstractUtilitySpace |
Repository.getUtilitySpace(Domain domain,
ProfileRepItem profile) |
AbstractUtilitySpace |
Repository.getUtilitySpace(Domain domain,
java.lang.String file) |
Modifier and Type | Method and Description |
---|---|
Domain |
UtilitySpace.getDomain() |
Domain |
AbstractUtilitySpace.getDomain() |
Modifier and Type | Method and Description |
---|---|
void |
UtilitySpaceTools.checkReadyForNegotiation(Domain dom)
Check if this utility space is ready for negotiation.
|
void |
AbstractUtilitySpace.checkReadyForNegotiation(Domain dom)
Check if this utility space is ready for negotiation.
|
Constructor and Description |
---|
AbstractUtilitySpace(Domain dom)
sets domain and tries to load the file into XML root.
|
AdditiveUtilitySpace(Domain domain)
Creates a new utilityspace of the given domain.
|
AdditiveUtilitySpace(Domain domain,
java.util.Map<Objective,Evaluator> fEvaluators) |
AdditiveUtilitySpace(Domain domain,
java.lang.String fileName)
Create new default util space for a given domain.
|
ConstraintUtilitySpace(Domain domain) |
ConstraintUtilitySpace(Domain domain,
java.lang.String fileName) |
NonlinearUtilitySpace(Domain domain) |
NonlinearUtilitySpace(Domain domain,
java.lang.String fileName) |