public class AnnotatorResponse extends Object implements Comparable<AnnotatorResponse>
Constructor and Description |
---|
AnnotatorResponse(String valueUri,
String matchType,
String txtMatched,
Integer indexFrom,
Integer indexTo,
String ontologyUsed,
String searchQueryUsed) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(AnnotatorResponse annotatorResponse) |
boolean |
equals(Object obj) |
String |
findCondition(boolean modifiedSearch) |
Integer |
getIndexFrom() |
Integer |
getIndexTo() |
String |
getMatchType() |
String |
getOntologyUsed() |
String |
getSearchQueryUsed() |
String |
getTxtMatched() |
String |
getValueUri() |
int |
hashCode() |
boolean |
isDiseaseUsed() |
boolean |
isExactMatch() |
boolean |
isExactSynonym() |
boolean |
isHpUsed() |
void |
setExactMatch(boolean exactMatch) |
void |
setExactSynonym(boolean exactSynonym) |
void |
setIndexFrom(Integer indexFrom) |
void |
setIndexTo(Integer indexTo) |
void |
setMatchType(String matchType) |
void |
setOntologyUsed(String ontologyUsed) |
void |
setSearchQueryUsed(String searchQueryUsed) |
void |
setTxtMatched(String txtMatched) |
void |
setValueUri(String valueUri) |
String |
toString() |
public int compareTo(AnnotatorResponse annotatorResponse)
compareTo
in interface Comparable<AnnotatorResponse>
public boolean isDiseaseUsed()
public boolean isHpUsed()
public String getValueUri()
public void setValueUri(String valueUri)
public String getMatchType()
public void setMatchType(String matchType)
public String getTxtMatched()
public void setTxtMatched(String txtMatched)
public Integer getIndexFrom()
public void setIndexFrom(Integer indexFrom)
public Integer getIndexTo()
public void setIndexTo(Integer indexTo)
public String getOntologyUsed()
public void setOntologyUsed(String ontologyUsed)
public String getSearchQueryUsed()
public void setSearchQueryUsed(String searchQueryUsed)
public boolean isExactSynonym()
public void setExactSynonym(boolean exactSynonym)
public boolean isExactMatch()
public void setExactMatch(boolean exactMatch)
public String findCondition(boolean modifiedSearch)
Copyright © 2003–2022 UBC Michael Smith Laboratories. All rights reserved.