|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 StringAttribute s. |
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 StringAttribute s. |
List |
getStringAttributesAsList()
Returns all StringAttribute s 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 StringAttribute s with the ones in the specified List . |
void |
setStringAttributes(StringAttribute[] avs)
Replaces the StringAttribute s 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 |
public String getLui()
getTermIdentifier()
.
public void setLui(String lui)
setTermIdentifier(String)
.
lui
- the LUIpublic String getTermIdentifier()
public void setTermIdentifier(String lui)
lui
- the LUIpublic StringAttribute[] getStringAttributes()
StringAttribute
s.
StringAttribute
spublic List getStringAttributesAsList()
StringAttribute
s as a List
.
List
of StringAttribute
spublic void addStringAttribute(StringAttribute as)
StringAttribute
.
as
- the StringAttribute
to be addedpublic void removeStringAttribute(StringAttribute av)
StringAttribute
.
av
- the StringAttribute
to be removedpublic void clearStringAttributes()
StringAttribute
s.
public void setStringAttributes(StringAttribute[] avs)
StringAttribute
s with the ones in the specified array.
avs
- a StringAttribute
[]
public void setStringAttributes(List avs)
StringAttribute
s with the ones in the specified List
.
avs
- a List
of StringAttribute
spublic String 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 |