|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Represents information about attributes shared at the level of a string identifier.
Following is a UML Class diagram showing the neighborhood around StringAttribute

TermAttribute| Methods inherited from interface java.lang.Comparable |
compareTo |
| Method Detail |
public TermAttribute getTermAttribute()
TermAttribute that holds this StringAttribute.
TermAttribute that holds this StringAttributepublic void setTermAttribute(TermAttribute ta)
TermAttribute that holds this StringAttribute.
ta - the TermAttribute that holds this StringAttributepublic StringInfo getStringInfo()
StringInfo.
StringInfopublic void setStringInfo(StringInfo si)
StringInfo.
si - the StringInfopublic AttributeContext[] getAttributeContexts()
AttributeContexts.
AttributeContextspublic List getAttributeContextsAsList()
AttributeContexts as a List.
List of AttributeContextspublic void addAttributeContext(AttributeContext ac)
AttributeContext.
ac - the AttributeContext to be addedpublic void removeAttributeContext(AttributeContext ac)
AttributeContext.
ac - the AttributeContext to be removedpublic void clearAttributeContexts()
AttributeContexts.
public void setAttributeContexts(AttributeContext[] acs)
AttributeContexts with the ones in the specified array.
acs - a AttributeContext[]public void setAttributeContexts(List acs)
AttributeContexts with the ones in the specified List.
acs - a List of AttributeContextspublic String getKeyFields()
String key which can be used
by equals, compareTo, and hashCode methods.
String composed from key StringAttribute fields
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||