public class AC_Time extends AcceptanceStrategy
helper, offeringStrategy, opponentModel
negotiationSession
Constructor and Description |
---|
AC_Time()
Empty constructor for the BOA framework.
|
AC_Time(NegotiationSession negoSession,
double c) |
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.
|
java.util.Set<BOAparameter> |
getParameters()
returns the set of available parameters of this BOA component.
|
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.
|
java.lang.String |
printParameters() |
isMAC, loadData, setOpponentUtilitySpace, storeData
endSession, init
public AC_Time()
public AC_Time(NegotiationSession negoSession, double c)
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 AcceptanceStrategy
negoSession
- state of the negotiation.strat
- of the agent.parameters
- of the acceptance strategy.java.lang.Exception
- thrown when initializing the acceptance strategy fails.public java.lang.String printParameters()
printParameters
in class AcceptanceStrategy
public Actions determineAcceptability()
AcceptanceStrategy
determineAcceptability
in class AcceptanceStrategy
public java.util.Set<BOAparameter> getParameters()
BOA
#init(...)
calls to the
components.getParameters
in class BOA