Class KeyerFactory


  • public class KeyerFactory
    extends Object
    Registry of keyers for clustering.
    • Constructor Detail

      • KeyerFactory

        public KeyerFactory()
    • Method Detail

      • get

        public static Keyer get​(String name)
        Returns the keyer registered under a given name, or null if it does not exist.
      • put

        public static void put​(String name,
                               Keyer keyer)
        Registers a keyer under a code name.
      • getKeyerNames

        public static List<String> getKeyerNames()
        Set of available keyer, by names. The first keyer is considered the default one.