|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object edu.northwestern.at.wordhoard.model.search.SearchResultLemmaSearch
public class SearchResultLemmaSearch
A search result.
A search result is a
lemma
and its count.
Constructor Summary | |
---|---|
SearchResultLemmaSearch(Lemma lemma,
int count,
int docCount)
Creates a new search result. |
Method Summary | |
---|---|
int |
getCount()
Gets the count. |
int |
getDocCount()
Gets the doc count. |
Lemma |
getLemma()
Gets the lemma. |
Spelling |
getTag()
Gets the tag. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SearchResultLemmaSearch(Lemma lemma, int count, int docCount)
lemma
- The lemma.count
- The count. Method Detail |
---|
public Lemma getLemma()
public Spelling getTag()
public int getCount()
public int getDocCount()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |