Class RatingSchemeRegistry


  • public class RatingSchemeRegistry
    extends Object
    This class maintains a registry of all known rating schemes in the system.
    Since:
    3.4
    Author:
    Neil McErlean
    • Constructor Detail

      • RatingSchemeRegistry

        public RatingSchemeRegistry()
    • Method Detail

      • getRatingSchemes

        public Map<String,​RatingScheme> getRatingSchemes()
        This method returns an unmodifiable map of the registered rating schemes.
        Returns:
        Map