Modifier and Type | Method and Description |
---|---|
protected void |
RandomBidCreator.generateValue(java.util.HashMap<java.lang.Integer,Value> values,
IssueDiscrete issue) |
Modifier and Type | Method and Description |
---|---|
DiscreteValueProcessor |
AgentXFrequencyModel.getValueProcessor(IssueDiscrete i)
Returns a DiscreteValueProcessor, allowing the use of several methods
|
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<IssueDiscrete> |
DiscreteIssueProcessor.getIssueList() |
java.util.ArrayList<IssueDiscrete> |
DiscreteIssueProcessor.getOrderedIssueList()
Gives a descending list of the issues ordered by weight, so the highest weighted issue is first in the list
|
Modifier and Type | Method and Description |
---|---|
double |
DiscreteIssueProcessor.getWeightByIssue(IssueDiscrete i)
Gives the weight that belongs to the given issue
|
Modifier and Type | Method and Description |
---|---|
IssueDiscrete |
IssueEvaluationDiscrete.getIssueDiscrete()
This method gives us the casted IssueDiscrete object
we are evaluating.
|
Constructor and Description |
---|
IssueEvaluationDiscrete(IssueDiscrete issueD)
This constructs the IssueEvaluationDiscrete.
|
Constructor and Description |
---|
IssueDiscreteValuePanel(NegotiatorTreeTableModel model,
IssueDiscrete issue) |