Class SearchAlgorithms
java.lang.Object
de.ipk_gatersleben.ag_nw.graffiti.services.algorithms.SearchAlgorithms
public class SearchAlgorithms extends Object
- Author:
- matthiak
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
SearchAlgorithms.LogicalOp
static class
SearchAlgorithms.OperatorOnCategories
-
Constructor Summary
Constructors Constructor Description SearchAlgorithms()
-
Method Summary
Modifier and Type Method Description static List<Algorithm>
searchAlgorithms(SearchAlgorithms.OperatorOnCategories[] operatorSearchSet)
Searches Algorithms listed in Vanted, given an array of operators on categories.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
-
Constructor Details
-
SearchAlgorithms
public SearchAlgorithms()
-
-
Method Details
-
searchAlgorithms
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
-