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 TypeMethodDescriptionvoidMongoMatchmakingApplicationConfiguration.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 theMatchingAlgorithmimplemented by this matchmaker.Methods in dev.getelements.elements.sdk.dao with parameters of type MatchingAlgorithmModifier and TypeMethodDescriptionMatchDao.getMatchmaker(MatchingAlgorithm matchingAlgorithm) Returns aMatchmakerinstance 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 TypeMethodDescriptionvoidMatchmakingApplicationConfiguration.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 MatchingAlgorithmReturns 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.