Uses of Class
modelarium.clock.Clock
Packages that use modelarium.clock.Clock
Package
Description
Implements Modelarium's worker and co-ordinator runtime.
-
Uses of modelarium.clock.Clock in modelarium.multithreading
Constructors in modelarium.multithreading with parameters of type modelarium.clock.Clock in inModifierConstructorDescriptionCoordinatorThread(String name, Config config, Environment environment, modelarium.multithreading.requestresponse.RequestResponseController requestResponseController, modelarium.clock.Clock sharedClock) Constructs the coordinator thread with required references.CoordinatorThread(String name, Config config, Environment environment, modelarium.multithreading.requestresponse.RequestResponseController requestResponseController, modelarium.clock.Clock sharedClock, AgentSet predefinedGlobalAgentSet, Map<String, String> agentThreadMap) Constructs the coordinator thread with required references.WorkerThread(String threadName, Config config, modelarium.multithreading.requestresponse.RequestResponseController requestResponseController, Environment environment, AgentSet agentsInThread, modelarium.clock.Clock sharedClock, RandomGenerator randomGenerator) Constructs a new worker thread to simulate a subset of agents.