Modifier and Type | Method and Description |
---|---|
static void |
DomainGenerator.setWeightSimple(UtilitySpace uspace,
Issue i,
double weight)
Method which sets the weight of an issue without checking
normalization.
|
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<Issue> |
Domain.getIssues()
Returns all issues as an arraylist.
|
java.util.ArrayList<Issue> |
Bid.getIssues() |
Modifier and Type | Method and Description |
---|---|
protected Value |
Party.getRandomValue(Issue currentIssue)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<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 |
---|---|
void |
IssuesDecreases.initilize(Issue issue,
Value maximalValue,
int issueCount) |
Modifier and Type | Method and Description |
---|---|
double |
UniformModel.getWeight(Issue issue) |
double |
SmithFrequencyModelV2.getWeight(Issue issue) |
double |
SmithFrequencyModel.getWeight(Issue issue) |
double |
ScalableBayesianModel.getWeight(Issue issue) |
double |
PerfectScalableBayesianModel.getWeight(Issue issue) |
double |
PerfectIAMhagglerBayesianModel.getWeight(Issue issue) |
double |
OppositeModel.getWeight(Issue issue) |
double |
NashFrequencyModel.getWeight(Issue issue) |
double |
IAMhagglerBayesianModel.getWeight(Issue issue) |
double |
FSEGABayesianModel.getWeight(Issue issue) |
double |
CUHKFrequencyModelV2.getWeight(Issue issue)
This model does not rely on issue weights.
|
double |
BayesianModel.getWeight(Issue issue) |
double |
AgentXFrequencyModel.getWeight(Issue issue) |
double |
AgentLGModel.getWeight(Issue issue) |
Constructor and Description |
---|
BidStatistic(Issue issue) |
Modifier and Type | Method and Description |
---|---|
java.util.HashMap<Issue,java.lang.Double> |
SmithModel.getWeights()
Returns a hashmap with the weights for each of the issues
|
Modifier and Type | Method and Description |
---|---|
static Value |
IssueModel.getBidValueByIssue(Bid pBid,
Issue pIssue)
returns the value of an issue in a bid
|
static Value |
Bounds.getIssueValue(Issue pIssue,
double pIndex)
returns a Value object with the value of an issue at the given index
works for real, discrete and integer objects
|
static double |
Bounds.getScaledIssueValue(Bounds pBounds,
Bid pBid,
Issue pIssue)
returns the scaled value of the (discrete, real or integer) issue.
|
Modifier and Type | Method and Description |
---|---|
static java.util.HashMap<java.lang.Integer,Bounds> |
Bounds.getIssueBounds(java.util.ArrayList<Issue> pIssues)
Creates a hashmap with for each of the issues the bounds
|
Constructor and Description |
---|
Bounds(Issue pIssue)
Constructor.
|
IssueModel(Issue lIssue)
Constructor
|
Constructor and Description |
---|
IssueModel(Issue issue) |
Modifier and Type | Method and Description |
---|---|
double |
FSEGAOpponentModel.getNormalizedWeight(Issue i,
int startingNumber) |
Modifier and Type | Field and Description |
---|---|
protected Issue |
AIssueEvaluation.issue |
Constructor and Description |
---|
AIssueEvaluation(Issue issue)
This constructs the AIssueEvaluation.
|
AIssueEvaluationNumerical(Issue issue,
Range ourNonZeroUtilityRange)
This will construct a new numerical IssueEvaluation.
|
Modifier and Type | Field and Description |
---|---|
Issue |
GahboninhoOM.IssuePrediction.IssueBase |
Modifier and Type | Method and Description |
---|---|
void |
GahbonValueType.INIT(Issue I) |
void |
GahboninhoOM.IssuePrediction.INIT(Issue I) |
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<Value> |
AgentLGSAS.getIsuueValues(Issue issue) |
Modifier and Type | Method and Description |
---|---|
protected Issue |
NewIssueDialog.constructIssue() |
protected Issue |
NewIssueDialog.updateIssue(Issue issue)
Wouter: 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)
Wouter: 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 |
---|---|
Value |
RandomFlipplingMediator.getMissingValue(Issue issue) |
protected Value |
AbstractNegotiationParty.getRandomValue(Issue currentIssue)
Gets a random value for the given issue.
|
Modifier and Type | Method and Description |
---|---|
Issue |
ValuePreferenceGraph.getIssue() |
Modifier and Type | Method and Description |
---|---|
void |
ValuePreferenceGraph.setIssue(Issue issue) |