public class UniformModel extends OpponentModel
opponentUtilitySpace
negotiationSession
Constructor and Description |
---|
UniformModel() |
Modifier and Type | Method and Description |
---|---|
double |
getBidEvaluation(Bid bid)
Determines the utility of a bid according to the preference profile.
|
java.lang.String |
getName() |
double |
getWeight(Issue issue)
Returns the weight of a particular issue in the domain.
|
void |
init(NegotiationSession negotiationSession,
java.util.HashMap<java.lang.String,java.lang.Double> parameters)
Initializes the model.
|
void |
updateModel(Bid bid,
double time)
Method used to receiveMessage the opponent model.
|
cleanUp, getIssueWeights, getOpponentUtilitySpace, init, isCleared, loadData, setOpponentUtilitySpace, setOpponentUtilitySpace, storeData, updateModel
endSession, getParameters
public void init(NegotiationSession negotiationSession, java.util.HashMap<java.lang.String,java.lang.Double> parameters) throws java.lang.Exception
OpponentModel
init
in class OpponentModel
negotiationSession
- reference to the state of the negotiationjava.lang.Exception
public void updateModel(Bid bid, double time)
OpponentModel
updateModel
in class OpponentModel
bid
- to receiveMessage the model with.time
- at which the bid was offered.public double getBidEvaluation(Bid bid)
OpponentModel
getBidEvaluation
in class OpponentModel
bid
- of which the utility is calculated.public double getWeight(Issue issue)
OpponentModel
getWeight
in class OpponentModel
issue
- from which the weight should be returnedpublic java.lang.String getName()
getName
in class OpponentModel