Package | Description |
---|---|
misc | |
negotiator | |
negotiator.boaframework | |
negotiator.gui.dialogs | |
negotiator.issue | |
negotiator.parties |
Modifier and Type | Method and Description |
---|---|
static void |
DomainGenerator.setWeightSimple(AdditiveUtilitySpace uspace,
Issue i,
double weight)
Method which sets the weight of an issue without checking normalization.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Issue> |
DomainImpl.getIssues() |
java.util.List<Issue> |
Domain.getIssues() |
java.util.List<Issue> |
Bid.getIssues() |
Modifier and Type | Method and Description |
---|---|
protected Value |
Party.getRandomValue(Issue currentIssue)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Issue> |
NegotiationSession.getIssues() |
Modifier and Type | Method and Description |
---|---|
double |
OpponentModel.getWeight(Issue issue)
Returns the weight of a particular issue in the domain.
|
Modifier and Type | Method and Description |
---|---|
protected Issue |
NewIssueDialog.constructIssue() |
protected Issue |
NewIssueDialog.updateIssue(Issue issue)
This updates the data structures after the issue dialog was completed and
user pressed OK.
|
Modifier and Type | Method and Description |
---|---|
protected Issue |
NewIssueDialog.updateIssue(Issue issue)
This updates the data structures after the issue dialog was completed and
user pressed OK.
|
Constructor and Description |
---|
EditIssueDialog(TreeFrame owner,
boolean modal,
Issue issue) |
EditIssueDialog(TreeFrame owner,
boolean modal,
java.lang.String name,
Issue issue) |
EditIssueDialog(TreeFrame owner,
Issue issue) |
Modifier and Type | Class and Description |
---|---|
class |
IssueDiscrete
Specific type of issue in which the value of the issue are a set of objects.
|
class |
IssueInteger
Specific type of issue which specifies an integer range [min, max].
|
class |
IssueReal |
Modifier and Type | Method and Description |
---|---|
protected Value |
AbstractNegotiationParty.getRandomValue(Issue currentIssue)
Gets a random value for the given issue.
|