|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface AttributeContext
Represents information attributes of a Source and code
within a StringAttribute.
Following is a UML Class diagram showing the neighborhood around AttributeContext

StringAttribute| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface gov.nih.nlm.umls.meta.SourceElement |
|---|
SourceElement.BySourceComparator, SourceElement.BySourceRestrictor |
| Methods inherited from interface java.lang.Comparable |
|---|
compareTo |
| Methods inherited from interface gov.nih.nlm.umls.meta.SourceElement |
|---|
getSource, setSource |
| Method Detail |
|---|
StringAttribute getStringAttribute()
StringAttribute that holds this AttributeContext.
StringAttribute that holds this AttributeContextvoid setStringAttribute(StringAttribute sa)
StringAttribute that holds this AttributeContext.
sa - the StringAttribute that holds this AttributeContextAtom getAtom()
Atom for this AttributeContext.
Atomvoid setAtom(Atom string_source)
Atom for this AttributeContext.
string_source - AtomSourceIdentifierType getSourceIdentifierType()
SourceIdentifierType for this AttributeContext.
SourceIdentifierTypevoid setSourceIdentifierType(SourceIdentifierType source_id_type)
SourceIdentifierType for this AttributeContext.
source_id_type - SourceIdentifierTypeAttributeValue[] getAttributeValues()
AttributeValues.
AttributeValuesList getAttributeValuesAsList()
AttributeValues as a List.
List of AttributeValuesvoid addAttributeValue(AttributeValue av)
AttributeValue.
av - the AttributeValue to be addedvoid removeAttributeValue(AttributeValue av)
AttributeValue.
av - the AttributeValue to be removedvoid clearAttributeValues()
AttributeValues.
void setAttributeValues(AttributeValue[] avs)
AttributeValues with the ones in the specified array.
avs - a AttributeValue[]void setAttributeValues(List avs)
AttributeValues with the ones in the specified List.
avs - a List of AttributeValuesString getKeyFields()
String key which can be used
by equals, compareTo, and hashCode methods.
String composed from key AttributeContext fields
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||