|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.ontopia.topicmaps.query.spi.Hit
public class Hit
INTERNAL: Class that holds search hit data.
Constructor Summary | |
---|---|
Hit(Object value,
float score)
|
Method Summary | |
---|---|
float |
getScore()
INTERNAL: Gets the score ; |
Object |
getValue()
INTERNAL: Gets the result value. |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Hit(Object value, float score)
Method Detail |
---|
public Object getValue()
public float getScore()
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |