|
||||||||||
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 StringAttribute
public void setTermAttribute(TermAttribute ta)
TermAttribute
that holds this StringAttribute
.
ta
- the TermAttribute
that holds this StringAttribute
public StringInfo getStringInfo()
StringInfo
.
StringInfo
public void setStringInfo(StringInfo si)
StringInfo
.
si
- the StringInfo
public AttributeContext[] getAttributeContexts()
AttributeContext
s.
AttributeContext
spublic List getAttributeContextsAsList()
AttributeContext
s as a List
.
List
of AttributeContext
spublic void addAttributeContext(AttributeContext ac)
AttributeContext
.
ac
- the AttributeContext
to be addedpublic void removeAttributeContext(AttributeContext ac)
AttributeContext
.
ac
- the AttributeContext
to be removedpublic void clearAttributeContexts()
AttributeContext
s.
public void setAttributeContexts(AttributeContext[] acs)
AttributeContext
s with the ones in the specified array.
acs
- a AttributeContext
[]
public void setAttributeContexts(List acs)
AttributeContext
s with the ones in the specified List
.
acs
- a List
of AttributeContext
spublic 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 |