Class WeepingTreeMentionDisambiguationData
- java.lang.Object
-
- de.julielab.jules.ae.genemapping.disambig.WeepingTreeMentionDisambiguationData
-
- All Implemented Interfaces:
MentionDisambiguationData
public class WeepingTreeMentionDisambiguationData extends java.lang.Object implements MentionDisambiguationData
-
-
Constructor Summary
Constructors Constructor Description WeepingTreeMentionDisambiguationData(GeneMention gm, java.util.Set<java.lang.String> taxonomyIds)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GeneMentiongetMention()java.util.Set<java.lang.String>getTaxonomyIds()
-
-
-
Constructor Detail
-
WeepingTreeMentionDisambiguationData
public WeepingTreeMentionDisambiguationData(GeneMention gm, java.util.Set<java.lang.String> taxonomyIds)
- Parameters:
gm- The gene mention to disambiguate.taxonomyIds- The taxonomy IDs to restrict the mapping to.
-
-
Method Detail
-
getTaxonomyIds
public java.util.Set<java.lang.String> getTaxonomyIds()
-
getMention
public GeneMention getMention()
- Specified by:
getMentionin interfaceMentionDisambiguationData
-
-