public class NoModel extends OpponentModel
opponentUtilitySpace
negotiationSession
Constructor and Description |
---|
NoModel() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName() |
void |
updateModel(Bid opponentBid,
double time)
Method used to receiveMessage the opponent model.
|
cleanUp, getBidEvaluation, getIssueWeights, getOpponentUtilitySpace, getWeight, init, isCleared, loadData, setOpponentUtilitySpace, setOpponentUtilitySpace, storeData, updateModel
endSession, getParameters, getParameterSpec
public void updateModel(Bid opponentBid, double time)
OpponentModel
updateModel
in class OpponentModel
opponentBid
- to receiveMessage the model with.time
- at which the bid was offered.public java.lang.String getName()
getName
in class OpponentModel