Package | Description |
---|---|
negotiator.boaframework.opponentmodel.nash |
Modifier and Type | Class and Description |
---|---|
class |
AIssueEvaluationNumerical
This is the base class for numerical issueEvaluations.
|
class |
IssueEvaluationDiscrete
The IssueEvaluationDiscrete class evaluates an issue.
|
class |
IssueEvaluationInteger
This class evaluates an IssueInteger.
|
class |
IssueEvaluationReal
This class evaluates an IssueReal.
|
Modifier and Type | Method and Description |
---|---|
AIssueEvaluation |
IssueEvaluationList.getIssueEvaluation(int issueID)
This method returns the issueEvaluation with the given ID.
|
Modifier and Type | Method and Description |
---|---|
void |
IssueEvaluationList.addIssueEvaluation(AIssueEvaluation ie)
This method will add the issueEvaluation to the hashmap,
or overwrite it's value if the issueNumber already exists.
|