Modifier and Type | Method and Description |
---|---|
abstract Actions |
AcceptanceStrategy.determineAcceptability()
Determines to either to either accept or reject the opponent's bid or
even quit the negotiation.
|
static Actions |
Actions.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Actions[] |
Actions.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Actions |
AC_Yushu.determineAcceptability() |
Actions |
AC_Nozomi.determineAcceptability() |
Actions |
AC_IAMHaggler2010.determineAcceptability() |
Actions |
AC_IAMcrazyHaggler.determineAcceptability() |
Actions |
AC_AgentSmith.determineAcceptability() |
Actions |
AC_AgentK.determineAcceptability() |
Actions |
AC_AgentFSEGA.determineAcceptability() |
Modifier and Type | Method and Description |
---|---|
Actions |
AC_ValueModelAgent.determineAcceptability() |
Actions |
AC_TheNegotiator.determineAcceptability() |
Actions |
AC_NiceTitForTat.determineAcceptability() |
Actions |
AC_IAMHaggler2011.determineAcceptability() |
Actions |
AC_HardHeaded.determineAcceptability() |
Actions |
AC_Gahboninho.determineAcceptability() |
Actions |
AC_BRAMAgent.determineAcceptability() |
Actions |
AC_AgentK2.determineAcceptability() |
Modifier and Type | Method and Description |
---|---|
Actions |
AC_TheNegotiatorReloaded.determineAcceptability()
Determines if the opponent's bid should be accepted, rejected, or the
negotation should be broken down.
|
Actions |
AC_OMACagent.determineAcceptability() |
Actions |
AC_IAMHaggler2012.determineAcceptability() |
Actions |
AC_CUHKAgent.determineAcceptability() |
Actions |
AC_BRAMAgent2.determineAcceptability() |
Actions |
AC_AgentMR.determineAcceptability() |
Actions |
AC_AgentLG.determineAcceptability() |
Modifier and Type | Method and Description |
---|---|
Actions |
AC_TheFawkes.determineAcceptability() |
Actions |
AC_InoxAgent_OneIssue.determineAcceptability()
Method which returns the action selected by this acceptance strategy.
|
Actions |
AC_InoxAgent.determineAcceptability()
Method which returns the action selected by this acceptance strategy.
|