Class ImageFinderFunction

    • Constructor Detail

      • ImageFinderFunction

        public ImageFinderFunction​(String img)
      • ImageFinderFunction

        public ImageFinderFunction​(List<String> imageList)
    • Method Detail

      • applyTo

        public boolean applyTo​(NameDeclaration nameDeclaration)
        Description copied from interface: SearchFunction
        Applies the search function over a single element.
        Specified by:
        applyTo in interface SearchFunction<NameDeclaration>
        Parameters:
        nameDeclaration - The element to analyze.
        Returns:
        True if the search should continue, false otherwise.