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 TypeMethodDescriptionintcompareTo(AnnotatorResponse annotatorResponse) booleanfindCondition(boolean modifiedSearch) inthashCode()booleanbooleanbooleanbooleanisHpUsed()voidsetExactMatch(boolean exactMatch) voidsetExactSynonym(boolean exactSynonym) voidsetIndexFrom(Integer indexFrom) voidsetIndexTo(Integer indexTo) voidsetMatchType(String matchType) voidsetOntologyUsed(String ontologyUsed) voidsetSearchQueryUsed(String searchQueryUsed) voidsetTxtMatched(String txtMatched) voidsetValueUri(String valueUri) toString()
-
Constructor Details
-
AnnotatorResponse
-
-
Method Details
-
toString
-
compareTo
- Specified by:
compareToin 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
-