public class SlowUIAgent extends Agent
fNegotiation, parametervalues, sessionNr, sessionsTotal, startTime, strategyParameters, timeline, totalTime, utilitySpace
Constructor and Description |
---|
SlowUIAgent() |
Modifier and Type | Method and Description |
---|---|
Action |
chooseAction()
this function is called after ReceiveMessage, with an Offer-action.
|
void |
cleanUp() |
static java.lang.String |
getVersion()
Creates a new instance of UIAgent
|
void |
init(int sessionNumber,
int sessionTotalNumber,
java.util.Date startT,
java.lang.Integer totalTimeP,
UtilitySpace us)
One agent will be kept alive over multiple sessions.
|
boolean |
isUIAgent()
Determine if this agent is communicating with the user about nego steps.
|
void |
ReceiveMessage(Action opponentAction)
informs you which action the opponent did
|
endSession, getAgentID, getName, getParameterValues, getSessionNumber, getSessionsTotal, getStrategyParameters, getSupportedNegotiationSetting, getUniqueIdentifier, getUtility, getVersion, init, internalInit, loadSessionData, parseStrategyParameters, restartDataObjectsFolder, saveSessionData, setAgentID, setName, sleep
public static java.lang.String getVersion()
public void init(int sessionNumber, int sessionTotalNumber, java.util.Date startT, java.lang.Integer totalTimeP, UtilitySpace us)
public void ReceiveMessage(Action opponentAction)
Agent
ReceiveMessage
in class Agent
public Action chooseAction()
Agent
chooseAction
in class Agent
public void cleanUp()
public boolean isUIAgent()
Agent