|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface StringAttribute
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 |
|---|
TermAttribute getTermAttribute()
TermAttribute that holds this StringAttribute.
TermAttribute that holds this StringAttributevoid setTermAttribute(TermAttribute ta)
TermAttribute that holds this StringAttribute.
ta - the TermAttribute that holds this StringAttributeStringInfo getStringInfo()
StringInfo.
StringInfovoid setStringInfo(StringInfo si)
StringInfo.
si - the StringInfoAttributeContext[] getAttributeContexts()
AttributeContexts.
AttributeContextsList getAttributeContextsAsList()
AttributeContexts as a List.
List of AttributeContextsvoid addAttributeContext(AttributeContext ac)
AttributeContext.
ac - the AttributeContext to be addedvoid removeAttributeContext(AttributeContext ac)
AttributeContext.
ac - the AttributeContext to be removedvoid clearAttributeContexts()
AttributeContexts.
void setAttributeContexts(AttributeContext[] acs)
AttributeContexts with the ones in the specified array.
acs - a AttributeContext[]void setAttributeContexts(List acs)
AttributeContexts with the ones in the specified List.
acs - a List of AttributeContextsString 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 | ||||||||