java.lang.Object
de.ipk_gatersleben.ag_nw.graffiti.services.algorithms.SearchAlgorithms

public class SearchAlgorithms
extends Object
Author:
matthiak
  • Constructor Details

    • SearchAlgorithms

      public SearchAlgorithms()
  • Method Details

    • searchAlgorithms

      public static List<Algorithm> searchAlgorithms​(Category[] categories)
      Searches Algorithms listed in Vanted, given an array of categories that this algorithm needs to be a member of The categories are combined with an AND operator
    • searchAlgorithms

      public static List<Algorithm> searchAlgorithms​(SearchAlgorithms.OperatorOnCategories[] operatorSearchSet)
      Searches Algorithms listed in Vanted, given an array of operators on categories. This gives the user more power to filter and select algorithms The operators currently supported are OR, AND, and NOT Currently you cannot nest these operators