Package | Description |
---|---|
simulation.simulation |
The simulation related classes of the model.
|
util.io.logger |
The collection of loggers for the different map components.
|
Modifier and Type | Field and Description |
---|---|
private Logger |
Simulator.logger
The
Logger collects data about our simulation. |
private Logger |
Simulator.Builder.logger
The
Logger collects data about our simulation. |
Modifier and Type | Method and Description |
---|---|
T |
Simulator.Builder.setLogger(Logger logger)
Sets the logger.
|
Constructor and Description |
---|
Simulator(Map map,
boolean gui,
int timeStep,
EndingConditions endingConditions,
AgentGenerator agentGenerator,
Logger logger,
long randomSeed,
java.lang.String simulatorName)
Creates a simulator with a set of properties.
|
Modifier and Type | Class and Description |
---|---|
class |
AgentLogger
The agent logger logs the user defined log of an agent.
|
class |
AnalyticsLogger
Logs the tracked parameters.
|
class |
BaseLogger
The base logger is a collection of loggers that are used to log the
simulation.
|
class |
ExtendedBaseLogger
The base logger is a collection of loggers that are used to log the
simulation.
|
class |
ReturnValueLogger
The Return Value Logger logs the return values of the simulation.
|
class |
SimulationLogger
The Simulation Logger logs essential information about the simulation.
|
Modifier and Type | Field and Description |
---|---|
static Logger |
Logger.NO_LOGGER
Holder for simulation without a logger.
|
Modifier and Type | Field and Description |
---|---|
private java.util.List<Logger> |
ExtendedBaseLogger.loggerList
The
Logger s. |
private java.util.List<Logger> |
BaseLogger.loggerList
The
Logger s. |