Class ActorHandlerSuggestion

    • Field Detail

      • m_Properties

        protected static Properties m_Properties
        the properties.
      • m_Blacklisted

        protected static List<Class> m_Blacklisted
        classes/interfaces flagged as blacklisted.
      • m_Suppressed

        protected static Set<Class> m_Suppressed
        the blacklist cache.
    • Constructor Detail

      • ActorHandlerSuggestion

        public ActorHandlerSuggestion()
    • Method Detail

      • doSuggest

        protected List<Actor> doSuggest​(Actor current)
        Performs the actual search for candidates.
        Specified by:
        doSuggest in class AbstractActorSwapSuggestion
        Parameters:
        current - the actor to find potential swaps for
        Returns:
        the list of potential swaps
      • getProperties

        protected static Properties getProperties()
        Returns the properties with the suggestions.
        Returns:
        the suggestions
      • initBlacklisting

        protected static void initBlacklisting()
        Initializes the blacklisting.