public class IssueModel
extends java.lang.Object
Constructor and Description |
---|
IssueModel(Issue issue) |
Modifier and Type | Method and Description |
---|---|
void |
addValue(Bid pBid)
Method which scores the value which was offered.
|
static Value |
getBidValueByIssue(Bid pBid,
int issueNumber)
returns the value of an issue in a bid
|
double |
getUtility(Bid pBid)
The utility of a bid, which can be real, integer or discrete
|
double |
getWeight()
Get's the importance of this issues utility
|
public IssueModel(Issue issue)
issue
- of which values is kept track in this class