Package ubic.basecode.ontology.ncbo
Class AnnotatorResponse
java.lang.Object
ubic.basecode.ontology.ncbo.AnnotatorResponse
- All Implemented Interfaces:
Comparable<AnnotatorResponse>
This represents an Ontology terms returned by the AnnotatorClient
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
compareTo
(AnnotatorResponse annotatorResponse) boolean
findCondition
(boolean modifiedSearch) int
hashCode()
boolean
boolean
boolean
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) toString()
-
Constructor Details
-
AnnotatorResponse
-
-
Method Details
-
toString
-
compareTo
- Specified by:
compareTo
in interfaceComparable<AnnotatorResponse>
-
isDiseaseUsed
public boolean isDiseaseUsed() -
isHpUsed
public boolean isHpUsed() -
getValueUri
-
setValueUri
-
getMatchType
-
setMatchType
-
getTxtMatched
-
setTxtMatched
-
getIndexFrom
-
setIndexFrom
-
getIndexTo
-
setIndexTo
-
getOntologyUsed
-
setOntologyUsed
-
getSearchQueryUsed
-
setSearchQueryUsed
-
isExactSynonym
public boolean isExactSynonym() -
setExactSynonym
public void setExactSynonym(boolean exactSynonym) -
isExactMatch
public boolean isExactMatch() -
setExactMatch
public void setExactMatch(boolean exactMatch) -
hashCode
public int hashCode() -
equals
-
findCondition
-