Class AnnotatorResponse

java.lang.Object
ubic.basecode.ontology.ncbo.AnnotatorResponse
All Implemented Interfaces:
Comparable<AnnotatorResponse>

public class AnnotatorResponse extends Object implements Comparable<AnnotatorResponse>
This represents an Ontology terms returned by the AnnotatorClient
  • Constructor Details

  • Method Details

    • toString

      public String toString()
      Overrides:
      toString in class Object
    • compareTo

      public int compareTo(AnnotatorResponse annotatorResponse)
      Specified by:
      compareTo in interface Comparable<AnnotatorResponse>
    • isDiseaseUsed

      public boolean isDiseaseUsed()
    • isHpUsed

      public boolean isHpUsed()
    • getValueUri

      public String getValueUri()
    • setValueUri

      public void setValueUri(String valueUri)
    • getMatchType

      public String getMatchType()
    • setMatchType

      public void setMatchType(String matchType)
    • getTxtMatched

      public String getTxtMatched()
    • setTxtMatched

      public void setTxtMatched(String txtMatched)
    • getIndexFrom

      public Integer getIndexFrom()
    • setIndexFrom

      public void setIndexFrom(Integer indexFrom)
    • getIndexTo

      public Integer getIndexTo()
    • setIndexTo

      public void setIndexTo(Integer indexTo)
    • getOntologyUsed

      public String getOntologyUsed()
    • setOntologyUsed

      public void setOntologyUsed(String ontologyUsed)
    • getSearchQueryUsed

      public String getSearchQueryUsed()
    • setSearchQueryUsed

      public void setSearchQueryUsed(String searchQueryUsed)
    • isExactSynonym

      public boolean isExactSynonym()
    • setExactSynonym

      public void setExactSynonym(boolean exactSynonym)
    • isExactMatch

      public boolean isExactMatch()
    • setExactMatch

      public void setExactMatch(boolean exactMatch)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • findCondition

      public String findCondition(boolean modifiedSearch)