Uses of Enum Class
dev.getelements.elements.sdk.model.match.MatchingAlgorithm
Packages that use MatchingAlgorithm
Package
Description
-
Uses of MatchingAlgorithm in dev.getelements.elements.dao.mongo.match
Methods in dev.getelements.elements.dao.mongo.match that return MatchingAlgorithmMethods in dev.getelements.elements.dao.mongo.match with parameters of type MatchingAlgorithmModifier and TypeMethodDescriptionMongoMatchDao.getMatchmaker
(MatchingAlgorithm matchingAlgorithm) -
Uses of MatchingAlgorithm in dev.getelements.elements.dao.mongo.model.application
Methods in dev.getelements.elements.dao.mongo.model.application that return MatchingAlgorithmMethods in dev.getelements.elements.dao.mongo.model.application with parameters of type MatchingAlgorithmModifier and TypeMethodDescriptionvoid
MongoMatchmakingApplicationConfiguration.setAlgorithm
(MatchingAlgorithm algorithm) -
Uses of MatchingAlgorithm in dev.getelements.elements.sdk.dao
Methods in dev.getelements.elements.sdk.dao that return MatchingAlgorithmModifier and TypeMethodDescriptionMatchmaker.getAlgorithm()
Returns theMatchingAlgorithm
implemented by this matchmaker.Methods in dev.getelements.elements.sdk.dao with parameters of type MatchingAlgorithmModifier and TypeMethodDescriptionMatchDao.getMatchmaker
(MatchingAlgorithm matchingAlgorithm) Returns aMatchmaker
instance for the suppliedMatchingAlgorithm
. -
Uses of MatchingAlgorithm in dev.getelements.elements.sdk.model.application
Methods in dev.getelements.elements.sdk.model.application that return MatchingAlgorithmMethods in dev.getelements.elements.sdk.model.application with parameters of type MatchingAlgorithmModifier and TypeMethodDescriptionvoid
MatchmakingApplicationConfiguration.setAlgorithm
(MatchingAlgorithm algorithm) -
Uses of MatchingAlgorithm in dev.getelements.elements.sdk.model.match
Methods in dev.getelements.elements.sdk.model.match that return MatchingAlgorithmModifier and TypeMethodDescriptionstatic MatchingAlgorithm
Returns the enum constant of this class with the specified name.static MatchingAlgorithm[]
MatchingAlgorithm.values()
Returns an array containing the constants of this enum class, in the order they are declared.