Class SciGraphToken
java.lang.Object
org.monarchinitiative.hpotextmining.core.miners.scigraph.SciGraphToken
This class represent a "token" from SciGraph server. A token has three properties, id (String), categories (array), and terms (array). Refer the following example:
{"token":{"id":"MP:0000751","categories":["Phenotype"],"terms":["myopathy"]},"start":50,"end":58}
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
SciGraphToken
-
-
Method Details
-
getId
-
setId
-
getCategories
-
setCategories
-
getTerms
-
setTerms
-
hashCode
-
equals
-