Uses of Class
modelarium.multithreading.requestresponse.Response
Packages that use Response
-
Uses of Response in modelarium.multithreading.requestresponse
Methods in modelarium.multithreading.requestresponse that return types with arguments of type ResponseModifier and TypeMethodDescriptionprotected BlockingQueue<Response> CoordinatorRequestHandler.getResponseQueue()RequestResponseController.getResponseQueue()Returns the shared response queue.Method parameters in modelarium.multithreading.requestresponse with type arguments of type ResponseModifier and TypeMethodDescriptionstatic voidCoordinatorRequestHandler.initialise(String threadName, ModelSettings settings, BlockingQueue<Response> responseQueue, AgentSet globalAgentSet, Environment environment) Initialises the handler map for the coordinator, assigning an instance of each request type's handler.Constructor parameters in modelarium.multithreading.requestresponse with type arguments of type ResponseModifierConstructorDescriptionAgentAccess(String threadName, ModelSettings settings, BlockingQueue<Response> responseQueue, AgentSet globalAgentSet, Environment environment) AllWorkersFinishTick(String threadName, ModelSettings settings, BlockingQueue<Response> responseQueue, AgentSet globalAgentSet, Environment environment) AllWorkersUpdateCoordinator(String threadName, ModelSettings settings, BlockingQueue<Response> responseQueue, AgentSet globalAgentSet, Environment environment) CoordinatorRequestHandler(String threadName, ModelSettings settings, BlockingQueue<Response> responseQueue, AgentSet globalAgentSet, Environment environment) EnvironmentAttributesAccess(String threadName, ModelSettings settings, BlockingQueue<Response> responseQueue, AgentSet globalAgentSet, Environment environment) FilteredAgentsAccess(String threadName, ModelSettings settings, BlockingQueue<Response> responseQueue, AgentSet globalAgentSet, Environment environment) UpdateCoordinatorAgents(String threadName, ModelSettings settings, BlockingQueue<Response> responseQueue, AgentSet globalAgentSet, Environment environment)