|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gcube.dir.master.index.DefaultTerm
public class DefaultTerm
An implementation of Term
specialised
to DefaultTermStats
.
Constructor Summary | |
---|---|
DefaultTerm()
|
Method Summary | |
---|---|
java.lang.String |
getName()
Returns the name of the term. |
DefaultTermStats |
getStats()
Returns the statistics of the term. |
void |
setName(java.lang.String name)
Sets the name of the term. |
void |
setStats(DefaultTermStats stats)
Sets the statistics of the term. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DefaultTerm()
Method Detail |
---|
public void setName(java.lang.String name)
setName
in interface Term<DefaultTermStats>
name
- the name.public java.lang.String getName()
getName
in interface Term<DefaultTermStats>
public void setStats(DefaultTermStats stats)
setStats
in interface Term<DefaultTermStats>
stats
- the statistics.public DefaultTermStats getStats()
getStats
in interface Term<DefaultTermStats>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |