|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface SemanticType
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 |
|---|
HierarchicalSemanticType getSemanticType()
HierarchicalSemanticType (STY).
HierarchicalSemanticTypevoid setSemanticType(HierarchicalSemanticType sty)
HierarchicalSemanticType (STY).
sty - the HierarchicalSemanticTypeHierarchicalSemanticType getSty()
HierarchicalSemanticType (STY).
This is shorthand for getSemanticType()
HierarchicalSemanticTypevoid setSty(HierarchicalSemanticType sty)
HierarchicalSemanticType (STY).
This is shorthand for setSemanticType(HierarchicalSemanticType).
sty - the HierarchicalSemanticTypeString getAttributeIdentifier()
String getAtui()
getAttributeIdentifier().
void setAttributeIdentifier(String atui)
atui - the ATUIvoid setAtui(String atui)
setAttributeIdentifier(String).
atui - the ATUIString 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 | ||||||||