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)
As
OpponentModel.updateModel(Bid) but with the current time added. |
cleanUp, getBidEvaluation, getIssueWeights, getOpponentUtilitySpace, getWeight, init, isCleared, loadData, setOpponentUtilitySpace, setOpponentUtilitySpace, storeData, updateModel
endSession, getParameters, getParameterSpec
public void updateModel(Bid opponentBid, double time)
OpponentModel
OpponentModel.updateModel(Bid)
but with the current time added.updateModel
in class OpponentModel
public java.lang.String getName()
getName
in class OpponentModel