|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
TS - the type of TermStats of the term.public interface Term<TS extends TermStats>
Defines the behaviour of a term which occurs in the content of some collection.
| Method Summary | |
|---|---|
java.lang.String |
getName()
Returns the name of the term. |
TS |
getStats()
Returns the statistics of the term. |
void |
setName(java.lang.String name)
Sets the name of the term. |
void |
setStats(TS stats)
Sets the statistics of the term. |
| Method Detail |
|---|
void setName(java.lang.String name)
name - the name.java.lang.String getName()
void setStats(TS stats)
stats - the statistics.TS getStats()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||