Package org.biojava.nbio.ontology
Class Synonym
java.lang.Object
org.biojava.nbio.ontology.Synonym
- All Implemented Interfaces:
Comparable<Synonym>
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
static final Comparator
<Synonym> static final int
static final int
static final int
static final int
-
Constructor Summary
-
Method Summary
-
Field Details
-
UNKNOWN_SCOPE
- See Also:
-
RELATED_SYNONYM
- See Also:
-
EXACT_SYNONYM
- See Also:
-
NARROW_SYNONYM
- See Also:
-
BROAD_SYNONYM
- See Also:
-
COMPARATOR
-
-
Constructor Details
-
Synonym
public Synonym()
-
-
Method Details
-
toString
-
getName
-
setName
-
getCategory
-
setCategory
-
getScope
-
setScope
-
compareTo
- Specified by:
compareTo
in interfaceComparable<Synonym>
-