Uses of Class
fi.tut.mei.matchmaking.model.xml.msg.MatchmakingReq
-
-
Uses of MatchmakingReq in fi.tut.mei.matchmaking.integration.rest.services
Methods in fi.tut.mei.matchmaking.integration.rest.services with parameters of type MatchmakingReq Modifier and Type Method Description MatchmakingReqRespMatchMakingRequestSubmissionService. submitMatchMakingRequest(MatchmakingReq mmReq, Map<String,InputStream> prds, Map<String,InputStream> resources)MatchmakingReqRespMatchMakingRequestSubmissionService. submitTestMatchMakingRequest(MatchmakingReq mmReq, Map<String,InputStream> prds, Map<String,InputStream> resources)BooleanMatchMakingRequestValidationService. validate(MatchmakingReq req) -
Uses of MatchmakingReq in fi.tut.mei.matchmaking.integration.rest.tasks
Constructors in fi.tut.mei.matchmaking.integration.rest.tasks with parameters of type MatchmakingReq Constructor Description MMReqtask(String config, MatchmakingReq mmReq, Map<String,InputStream> prds, Map<String,InputStream> resources) -
Uses of MatchmakingReq in fi.tut.mei.matchmaking.matching_ws.rest.resources
Methods in fi.tut.mei.matchmaking.matching_ws.rest.resources with parameters of type MatchmakingReq Modifier and Type Method Description MatchmakingReqRespMatchMakingResource. submitMatchMakingRequest(MatchmakingReq mmReq) -
Uses of MatchmakingReq in fi.tut.mei.matchmaking.model.xml.msg
Fields in fi.tut.mei.matchmaking.model.xml.msg declared as MatchmakingReq Modifier and Type Field Description protected MatchmakingReqMatchmakingInputMerged. matchmakingReqMethods in fi.tut.mei.matchmaking.model.xml.msg that return MatchmakingReq Modifier and Type Method Description MatchmakingReqObjectFactory. createMatchmakingReq()Create an instance ofMatchmakingReqMatchmakingReqMatchmakingInputMerged. getMatchmakingReq()Gets the value of the matchmakingReq property.Methods in fi.tut.mei.matchmaking.model.xml.msg with parameters of type MatchmakingReq Modifier and Type Method Description voidMatchmakingInputMerged. setMatchmakingReq(MatchmakingReq value)Sets the value of the matchmakingReq property. -
Uses of MatchmakingReq in fi.tut.mei.matchmaking.process
Methods in fi.tut.mei.matchmaking.process that return MatchmakingReq Modifier and Type Method Description MatchmakingReqMatchMaker. getMatchmakingRequest()Get the matchmaking request used in executing the matchmaking.Methods in fi.tut.mei.matchmaking.process with parameters of type MatchmakingReq Modifier and Type Method Description MatchmakingResultIMatchMaker. makeMatch(String config, MatchmakingReq mmReq, Map<String,InputStream> prds, Map<String,InputStream> resources)performs the match making process based on given parameters.MatchmakingResultMatchMaker. makeMatch(String config, MatchmakingReq mmReq, Map<String,InputStream> prds, Map<String,InputStream> resources)performs the match making process based on given parameters.MatchmakingResultMatchMakerMockup. makeMatch(String config, MatchmakingReq mmReq, Map<String,InputStream> prds, Map<String,InputStream> resources)
-