public final class AC_TheFawkes extends AcceptanceStrategy
helper, offeringStrategy, opponentModel
negotiationSession
Constructor and Description |
---|
AC_TheFawkes() |
Modifier and Type | Method and Description |
---|---|
Actions |
determineAcceptability()
Determines to either to either accept or reject the opponent's bid or
even quit the negotiation.
|
void |
init(NegotiationSession nSession,
OfferingStrategy biddingStrategy,
OpponentModel oppModel,
java.util.HashMap<java.lang.String,java.lang.Double> params)
Standard initialize method to be called after using the empty
constructor.
|
isMAC, loadData, printParameters, setOpponentUtilitySpace, storeData
endSession, getParameters, init
public void init(NegotiationSession nSession, OfferingStrategy biddingStrategy, OpponentModel oppModel, java.util.HashMap<java.lang.String,java.lang.Double> params) throws java.lang.Exception
AcceptanceStrategy
init
in class AcceptanceStrategy
nSession
- state of the negotiation.biddingStrategy
- of the agent.params
- of the acceptance strategy.java.lang.Exception
- thrown when initializing the acceptance strategy fails.public Actions determineAcceptability()
AcceptanceStrategy
determineAcceptability
in class AcceptanceStrategy