|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Represents a Concept semantic type.
Following is a UML Class diagram showing the neighborhood around SemanticType

All data in a row of the MRSTY file is represented here.
Note, the STN and TUI fields in MRSTY can be obtained
by calling methods on the object returned by getSemanticType().
| Method Summary | |
String |
getAttributeIdentifier()
Returns the unique identifier (ATUI). |
String |
getAtui()
Returns the unique identifier (ATUI). |
String |
getKeyFields()
Returns a String key which can be used
by equals, compareTo, and hashCode methods. |
HierarchicalSemanticType |
getSemanticType()
Returns the HierarchicalSemanticType (STY). |
HierarchicalSemanticType |
getSty()
Returns the HierarchicalSemanticType (STY). |
void |
setAttributeIdentifier(String atui)
Sets the unique identifier (ATUI). |
void |
setAtui(String atui)
Sets the unique identifier (ATUI). |
void |
setSemanticType(HierarchicalSemanticType sty)
Sets the HierarchicalSemanticType (STY). |
void |
setSty(HierarchicalSemanticType sty)
Sets the HierarchicalSemanticType (STY). |
| Methods inherited from interface java.lang.Comparable |
compareTo |
| Methods inherited from interface gov.nih.nlm.umls.meta.ConceptElement |
getConcept, setConcept |
| Methods inherited from interface gov.nih.nlm.umls.meta.ContentViewElement |
getContentView, getCvf, setContentView, setCvf |
| Method Detail |
public HierarchicalSemanticType getSemanticType()
HierarchicalSemanticType (STY).
HierarchicalSemanticTypepublic void setSemanticType(HierarchicalSemanticType sty)
HierarchicalSemanticType (STY).
sty - the HierarchicalSemanticTypepublic HierarchicalSemanticType getSty()
HierarchicalSemanticType (STY).
This is shorthand for getSemanticType()
HierarchicalSemanticTypepublic void setSty(HierarchicalSemanticType sty)
HierarchicalSemanticType (STY).
This is shorthand for setSemanticType(HierarchicalSemanticType).
sty - the HierarchicalSemanticTypepublic String getAttributeIdentifier()
public String getAtui()
getAttributeIdentifier().
public void setAttributeIdentifier(String atui)
atui - the ATUIpublic void setAtui(String atui)
setAttributeIdentifier(String).
atui - the ATUIpublic String getKeyFields()
String key which can be used
by equals, compareTo, and hashCode methods.
String composed from key SemanticType fields
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||