|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
AdminContent
is used for administrative communication with the
server.Agent
should be inherited by all
implementations of agents that wants to be able to participate in TAC Games
or other Trading Agent Simulations on the TAC SCM Simulator.AgentService
is the abstract base class for the agent service
used by Agent
to communicate with the SCM servers (not used directly
by agent implementations).Alert
is used for sending administrative messages to the user
behind external agents.generateResult
is responsible for:
Storing the result in the database
Generating the result web pages
Updating the total score table for this type of simulation and server
Adding this simulation to the history page
null
if
no pool threads exists.
true
if the agent been active in this simulation
(i.e.
true
if the simulation has ended and
false
otherwise.
LogHandler
should be inherited by all
implementations of log analyzers, viewers, etc, that uses the
LogManager
for the log file processing.Message
is used for the communication between all entities in
simulations and with the server administration.Ping
is used to verify the liveness of agent connections and
also to measure network response times.ServerConfig
contains the server configuration for a
game/simulation instance.SimpleContent
is an abstract base class for parameterized
messages.SimulationStatus
contains in game / simulation status.StartInfo
holds information about a game / simulation.
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |