Package de.gematik.prepare.pooling
Class GroupMatcher
- java.lang.Object
-
- de.gematik.prepare.pooling.GroupMatcher
-
public class GroupMatcher extends Object
-
-
Constructor Summary
Constructors Constructor Description GroupMatcher(List<String> groups, GroupMatchStrategyType strategyType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<CombineItem>getAllItemsMatching(List<CombineItem> allItems)List<String>getAllMatchingGroups(List<CombineItem> matchingItems)List<String>getAllMatchingGroups(Set<String> groups)Stringorder(CombineItem combineItem)Stringorder(Set<String> groups)
-
-
-
Constructor Detail
-
GroupMatcher
public GroupMatcher(List<String> groups, GroupMatchStrategyType strategyType)
-
-
Method Detail
-
order
public String order(CombineItem combineItem)
-
getAllMatchingGroups
public List<String> getAllMatchingGroups(List<CombineItem> matchingItems)
-
getAllItemsMatching
public List<CombineItem> getAllItemsMatching(List<CombineItem> allItems)
-
-