See: Description
| Class | Description |
|---|---|
| AbstractDisplayAgent |
The Class VisualisationAgent can be used in order to build agents
that are passively observing environment changes that have to be
displayed by an extended VisualisationAgent.
|
| LoadExecutionAgent |
This agent manages the start, pause, restart or stop of a simulation.
|
| LoadMeasureAgent |
This class represents the agent, which monitors the load information
of all involved JVM's, container and agents of the platform.
|
| ServerClientAgent |
This agent is part of the Agent.GUI background-system and connects the
end-user application with the
ServerMasterAgent in order to allow the
start of new remote container. |
| ServerMasterAgent |
This agent is part of the Agent.GUI background-system and collects the
system information of
ServerClientAgent's and ServerSlaveAgent's
to the connected MySQL database. |
| ServerSlaveAgent |
This agent is part of the Agent.GUI background-system and waits for a
so called
ClientRemoteContainerRequest in order to start a new
container for a remotely located platform. |
| SimulationAgent |
This agent class can be used for simulations based on agents
that are using the Agent.GUI
SimulationService. |
| SimulationManagerAgent |
This prototype agent can be used in order to build a tailored manager for a simulation.
|