Uses of Class
modelarium.multithreading.requestresponse.RequestResponseController
Packages that use RequestResponseController
Package
Description
Internal multithreading and parallel execution support.
-
Uses of RequestResponseController in modelarium.multithreading
Constructors in modelarium.multithreading with parameters of type RequestResponseControllerModifierConstructorDescriptionCoordinatorThread(String name, ModelSettings settings, Environment environment, RequestResponseController requestResponseController) Constructs the coordinator thread with required references.CoordinatorThread(String name, ModelSettings settings, Environment environment, RequestResponseController requestResponseController, AgentSet globalAgentSet) Constructs the coordinator thread with required references.WorkerThread(String threadName, ModelSettings settings, RequestResponseController requestResponseController, AgentSet agents) Constructs a new worker thread to simulate a subset of agents. -
Uses of RequestResponseController in modelarium.multithreading.requestresponse
Constructors in modelarium.multithreading.requestresponse with parameters of type RequestResponseControllerModifierConstructorDescriptionRequestResponseInterface(String name, ModelSettings settings, RequestResponseController requestResponseController) Constructs a new interface bound to the given model element or thread.