diff --git a/src/main/java/se/su/dsv/scipro/match/dataobject/Keywords.java b/src/main/java/se/su/dsv/scipro/match/dataobject/Keywords.java index 1f808f027b..038d20e5fa 100644 --- a/src/main/java/se/su/dsv/scipro/match/dataobject/Keywords.java +++ b/src/main/java/se/su/dsv/scipro/match/dataobject/Keywords.java @@ -29,6 +29,10 @@ public class Keywords implements Serializable { this.keywords = keywords; } + public Set<Keyword> getKeywords() { + return keywords; + } + /** * @param typeName the keyword type as a string, the type of the keyword (s) used in the specific comparison * @return List<Keyword> return a list of keywords of the specified type