|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Represents information about a locator, which provides linkings between Metathesaurus concepts and external databases.
Following is a UML Class diagram showing the neighborhood around Locator
All of the data in the MRLO
file is represented here.
Nested Class Summary |
Nested classes inherited from class gov.nih.nlm.umls.meta.AtomElement |
AtomElement.ByLanguageRestrictor, AtomElement.BySourceRestrictor |
Nested classes inherited from class gov.nih.nlm.umls.meta.SourceElement |
SourceElement.BySourceComparator, SourceElement.BySourceRestrictor |
Method Summary | |
String |
getExternalName()
Returns the actual name that occurs in the information source (SNA) if not otherwise present in the Metathesaurus. |
int |
getFr()
Returns the frequency (FR). |
int |
getFrequency()
Returns the frequency (FR). |
String |
getFrequencyMeaning()
Returns the meaning of the frequency (UN), if the frequency is set. |
String |
getKeyFields()
Returns a String key which can be used
by equals, compareTo, and hashCode methods. |
String |
getRecordIdentifier()
Returns the record identifier (SOUI) corresponding to this Locator
in the actual information source. |
String |
getSna()
Returns the actual name that occurs in the information source (SNA) if not otherwise present in the Metathesaurus. |
String |
getSoui()
Returns the record identifier (SOUI) corresponding to this Locator
in the actual information source. |
String |
getStringIdentifier()
Return the string identifier (SUI). |
String |
getSui()
Return the string identifier (SUI). |
String |
getUn()
Returns the meaning of the frequency (UN), if the frequency is set. |
void |
setExternalName(String sna)
Sets the actual name that occurs in the information source (SNA) if not otherwise present in the Metathesaurus. |
void |
setFr(int fr)
Set the frequency (FR). |
void |
setFrequency(int fr)
Sets the frequency (FR). |
void |
setFrequencyMeaning(String un)
Returns the meaning of the frequency (UN), if the frequency is set. |
void |
setRecordIdentifier(String soui)
Sets the record identifier (SOUI) corresponding to this Locator
in the actual information source. |
void |
setSna(String sna)
Sets the actual name that occurs in the information source (SNA) if not otherwise present in the Metathesaurus. |
void |
setSoui(String soui)
Sets the record identifier (SOUI) corresponding to this Locator
in the actual information source. |
void |
setStringIdentifier(String sui)
Sets the string identifier (SUI). |
void |
setSui(String sui)
Sets the string identifier (SUI). |
void |
setUn(String un)
Sets the meaning of the frequency (UN), if the frequency is set. |
Methods inherited from interface gov.nih.nlm.umls.meta.AtomElement |
getAtom, setAtom |
Methods inherited from interface gov.nih.nlm.umls.meta.AttributeElement |
getAttributeIdentifier, getAtui, getSatui, getSourceAttributeIdentifier, setAttributeIdentifier, setAtui, setSatui, setSourceAttributeIdentifier |
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 |
Methods inherited from interface gov.nih.nlm.umls.meta.SourceElement |
getSource, setSource |
Method Detail |
public int getFrequency()
getFrequencyMeaning()
public int getFr()
getFrequency()
.
public void setFrequency(int fr)
fr
- the frequencypublic void setFr(int fr)
setFrequency(int)
.
fr
- the frequencypublic String getUn()
getFrequencyMeaning()
.
public String getFrequencyMeaning()
public void setUn(String un)
setFrequencyMeaning(String)
.
un
- the meaning of the frequency, if the frequency is set.public void setFrequencyMeaning(String un)
un
- the meaning of the frequency, if the frequency is set.public String getExternalName()
public String getSna()
getExternalName()
.
public void setExternalName(String sna)
sna
- the actual name that occurs in the information sourcepublic void setSna(String sna)
setExternalName(String)
.
sna
- the actual name that occurs in the information sourcepublic String getSoui()
Locator
in the actual information source. This is shorthand for
getRecordIdentifier()
.
public String getRecordIdentifier()
Locator
in the actual information source.
public void setSoui(String soui)
Locator
in the actual information source.
soui
- the record identifierpublic void setRecordIdentifier(String soui)
Locator
in the actual information source. This is shorthand for
setRecordIdentifier(String)
.
soui
- the record identifierpublic String getSui()
getStringIdentifier()
.
public void setSui(String sui)
setStringIdentifier(String)
.
sui
- the SUIpublic String getStringIdentifier()
public void setStringIdentifier(String sui)
sui
- the SUIpublic String getKeyFields()
String
key which can be used
by equals, compareTo, and hashCode methods.
String
composed from key Locator
fields
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |