|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Locator
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/interfaces inherited from interface gov.nih.nlm.umls.meta.AtomElement |
|---|
AtomElement.ByLanguageRestrictor, AtomElement.BySourceRestrictor |
| Nested classes/interfaces inherited from interface 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 |
|---|
int getFrequency()
getFrequencyMeaning()int getFr()
getFrequency().
void setFrequency(int fr)
fr - the frequencyvoid setFr(int fr)
setFrequency(int).
fr - the frequencyString getUn()
getFrequencyMeaning().
String getFrequencyMeaning()
void setUn(String un)
setFrequencyMeaning(String).
un - the meaning of the frequency, if the frequency is set.void setFrequencyMeaning(String un)
un - the meaning of the frequency, if the frequency is set.String getExternalName()
String getSna()
getExternalName().
void setExternalName(String sna)
sna - the actual name that occurs in the information sourcevoid setSna(String sna)
setExternalName(String).
sna - the actual name that occurs in the information sourceString getSoui()
Locator
in the actual information source. This is shorthand for
getRecordIdentifier().
String getRecordIdentifier()
Locator
in the actual information source.
void setSoui(String soui)
Locator
in the actual information source.
soui - the record identifiervoid setRecordIdentifier(String soui)
Locator
in the actual information source. This is shorthand for
setRecordIdentifier(String).
soui - the record identifierString getSui()
getStringIdentifier().
void setSui(String sui)
setStringIdentifier(String).
sui - the SUIString getStringIdentifier()
void setStringIdentifier(String sui)
sui - the SUIString 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 | ||||||||