Uses of Enum Class
modelarium.multithreading.requestresponse.RequestType
Packages that use RequestType
-
Uses of RequestType in modelarium.multithreading.requestresponse
Methods in modelarium.multithreading.requestresponse that return RequestTypeModifier and TypeMethodDescriptionRequest.getRequestType()static RequestTypeReturns the enum constant of this class with the specified name.static RequestType[]RequestType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in modelarium.multithreading.requestresponse with parameters of type RequestTypeModifierConstructorDescriptionRequest(String requester, String destination, RequestType requestType, Object payload) Constructs a new request to be processed by the coordinator.