public class BidWrapper
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
class |
BidWrapper.OpponentUtilityComperator |
class |
BidWrapper.OurUtilityComperator |
Modifier and Type | Field and Description |
---|---|
Bid |
bid |
int |
lastSentBid |
double |
ourUtility |
boolean |
sentByThem |
boolean |
sentByUs |
double |
theirUtility |
double |
theirUtilityReliability |
Constructor and Description |
---|
BidWrapper(Bid bid,
UtilitySpace space,
double maxUtil) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(BidWrapper o) |
boolean |
equals(java.lang.Object obj) |
void |
update(ValueModeler model) |
public boolean sentByUs
public boolean sentByThem
public int lastSentBid
public double ourUtility
public double theirUtility
public double theirUtilityReliability
public Bid bid
public BidWrapper(Bid bid, UtilitySpace space, double maxUtil)
public void update(ValueModeler model)
public boolean equals(BidWrapper o)
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object