|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface TermAttribute
Represents information about attributes sharing the same Term.
Following is a UML Class diagram showing the neighborhood around TermAttribute

| Method Summary | |
|---|---|
void |
addStringAttribute(StringAttribute as)
Adds the specified StringAttribute. |
void |
clearStringAttributes()
Removes all StringAttributes. |
String |
getKeyFields()
Returns a String key which can be used
by equals, compareTo, and hashCode methods. |
String |
getLui()
Returns the term identifier (LUI). |
StringAttribute[] |
getStringAttributes()
Returns all StringAttributes. |
List |
getStringAttributesAsList()
Returns all StringAttributes as a List. |
String |
getTermIdentifier()
Returns the term identifier (LUI). |
void |
removeStringAttribute(StringAttribute av)
Removes the specified StringAttribute. |
void |
setLui(String lui)
Sets the term identifier (LUI). |
void |
setStringAttributes(List avs)
Replaces the StringAttributes with the ones in the specified List. |
void |
setStringAttributes(StringAttribute[] avs)
Replaces the StringAttributes with the ones in the specified array. |
void |
setTermIdentifier(String lui)
Sets the term identifier (LUI). |
| 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.TermElement |
|---|
getTerm, setTerm |
| Method Detail |
|---|
String getLui()
getTermIdentifier().
void setLui(String lui)
setTermIdentifier(String).
lui - the LUIString getTermIdentifier()
void setTermIdentifier(String lui)
lui - the LUIStringAttribute[] getStringAttributes()
StringAttributes.
StringAttributesList getStringAttributesAsList()
StringAttributes as a List.
List of StringAttributesvoid addStringAttribute(StringAttribute as)
StringAttribute.
as - the StringAttribute to be addedvoid removeStringAttribute(StringAttribute av)
StringAttribute.
av - the StringAttribute to be removedvoid clearStringAttributes()
StringAttributes.
void setStringAttributes(StringAttribute[] avs)
StringAttributes with the ones in the specified array.
avs - a StringAttribute[]void setStringAttributes(List avs)
StringAttributes with the ones in the specified List.
avs - a List of StringAttributesString getKeyFields()
String key which can be used
by equals, compareTo, and hashCode methods.
String composed from key TermAttribute fields
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||