public class AC_MAC extends Multi_AcceptanceCondition
ACList, outcomes
helper, offeringStrategy, opponentModel
negotiationSession
Constructor and Description |
---|
AC_MAC()
Empty constructor for the BOA framework.
|
Modifier and Type | Method and Description |
---|---|
void |
init(NegotiationSession negoSession,
OfferingStrategy strat,
OpponentModel opponentModel,
java.util.HashMap<java.lang.String,java.lang.Double> parameters)
Standard initialize method to be called after using the empty
constructor.
|
determineAcceptability, getACList, getOutcomes, isMAC, printParameters, printParameters, remainingAC, remainingACAccept
loadData, setOpponentUtilitySpace, storeData
endSession, getParameters, init
public void init(NegotiationSession negoSession, OfferingStrategy strat, OpponentModel opponentModel, java.util.HashMap<java.lang.String,java.lang.Double> parameters) throws java.lang.Exception
AcceptanceStrategy
init
in class Multi_AcceptanceCondition
negoSession
- state of the negotiation.strat
- of the agent.parameters
- of the acceptance strategy.java.lang.Exception
- thrown when initializing the acceptance strategy fails.