|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IndexEntry
Represents an entry from an cui index. The Metathesaurus is released with string and word indexes, and this class represents a single entry from one of those indexes.
| Method Summary | |
|---|---|
String |
getConceptIdentifier()
Returns a String representation of the CUI. |
String |
getCui()
Returns a String representation of the CUI. |
String |
getKeyFields()
Returns a String key which can be used
by equals, compareTo, and hashCode methods. |
String |
getLanguage()
Returns a String representation of the language. |
String |
getLat()
Returns a String representation of the language. |
String |
getLui()
Returns a String representation of the LUI. |
String |
getStringIdentifier()
Return the string identifier (SUI). |
String |
getSui()
Returns a String representation of the SUI. |
String |
getTermIdentifier()
Returns the term identifier (LUI). |
String |
getValue()
Returns the String that is being indexed. |
void |
setConceptIdentifier(String cui)
Sets the CUI. |
void |
setCui(String cui)
Sets the CUI. |
void |
setLanguage(String lat)
Sets the language abbreviation. |
void |
setLat(String lat)
Sets the language abbreviation. |
void |
setLui(String lui)
Sets the LUI. |
void |
setStringIdentifier(String sui)
Sets the string identifier (SUI). |
void |
setSui(String sui)
Sets the SUI. |
void |
setTermIdentifier(String lui)
Sets the term identifier (LUI). |
void |
setValue(String value)
Set the String being indexed |
| Method Detail |
|---|
String getCui()
String representation of the CUI.
String representation of the CUIvoid setCui(String cui)
cui - the String CUI valueString getConceptIdentifier()
String representation of the CUI.
String representation of the CUIvoid setConceptIdentifier(String cui)
cui - the String CUI valueString getLui()
String representation of the LUI.
String representation of the LUIvoid setLui(String lui)
lui - the String LUI valueString getTermIdentifier()
void setTermIdentifier(String lui)
lui - the LUIString getSui()
String representation of the SUI.
String representation of the SUIvoid setSui(String sui)
sui - a String SUI valueString getStringIdentifier()
void setStringIdentifier(String sui)
sui - the SUIString getLat()
String representation of the language.
String representation of the languagevoid setLat(String lat)
lat - the language abbreviationString getLanguage()
String representation of the language.
String representation of the languagevoid setLanguage(String lat)
lat - the language abbreviationString getValue()
String that is being indexed.
String that is being indexedvoid setValue(String value)
String being indexed
value - the String being indexedString getKeyFields()
String key which can be used
by equals, compareTo, and hashCode methods.
String composed from key Atom fields
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||