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 MatchmakingReqResp
MatchMakingRequestSubmissionService. submitMatchMakingRequest(MatchmakingReq mmReq, Map<String,InputStream> prds, Map<String,InputStream> resources)
MatchmakingReqResp
MatchMakingRequestSubmissionService. submitTestMatchMakingRequest(MatchmakingReq mmReq, Map<String,InputStream> prds, Map<String,InputStream> resources)
Boolean
MatchMakingRequestValidationService. 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 MatchmakingReqResp
MatchMakingResource. 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 MatchmakingReq
MatchmakingInputMerged. matchmakingReq
Methods in fi.tut.mei.matchmaking.model.xml.msg that return MatchmakingReq Modifier and Type Method Description MatchmakingReq
ObjectFactory. createMatchmakingReq()
Create an instance ofMatchmakingReq
MatchmakingReq
MatchmakingInputMerged. 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 void
MatchmakingInputMerged. 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 MatchmakingReq
MatchMaker. 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 MatchmakingResult
IMatchMaker. makeMatch(String config, MatchmakingReq mmReq, Map<String,InputStream> prds, Map<String,InputStream> resources)
performs the match making process based on given parameters.MatchmakingResult
MatchMaker. makeMatch(String config, MatchmakingReq mmReq, Map<String,InputStream> prds, Map<String,InputStream> resources)
performs the match making process based on given parameters.MatchmakingResult
MatchMakerMockup. makeMatch(String config, MatchmakingReq mmReq, Map<String,InputStream> prds, Map<String,InputStream> resources)
-