|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.activemath.webapp.dict.queries.SearchHit
public class SearchHit
Simple bean class to denote a search-result to be presented.
| Constructor Summary | |
|---|---|
SearchHit(MBaseID id,
float score,
int indexDocNum)
|
|
| Method Summary | |
|---|---|
boolean |
canBePresentedAsItem(String type)
|
Object |
clone()
|
Iterator |
getAntiScoreIt(int scale)
|
int |
getDocNum()
|
MBaseID |
getId()
|
float |
getScore()
|
Iterator |
getScoreIt(int scale)
|
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SearchHit(MBaseID id,
float score,
int indexDocNum)
| Method Detail |
|---|
public MBaseID getId()
public float getScore()
public boolean canBePresentedAsItem(String type)
public Iterator getScoreIt(int scale)
public Iterator getAntiScoreIt(int scale)
public int getDocNum()
public Object clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||