Package | Description |
---|---|
genius.core | |
genius.core.analysis.pareto | |
genius.core.boaframework | |
genius.core.issue | |
genius.core.parties |
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 |
---|---|
Issue |
IssueValue.getIssue() |
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 | 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
issue with
Double values within some range [min, max]. |
Modifier and Type | Method and Description |
---|---|
protected Value |
AbstractNegotiationParty.getRandomValue(Issue currentIssue)
Gets a random value for the given issue.
|