Class Hit<T>
- java.lang.Object
-
- org.molgenis.semanticsearch.semantic.Hit<T>
-
- All Implemented Interfaces:
Comparable<Hit<T>>
public abstract class Hit<T> extends Object implements Comparable<Hit<T>>
-
-
Constructor Summary
Constructors Constructor Description Hit()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description intcompareTo(Hit<T> o)static <T> Hit<T>create(T result, float score)abstract TgetResult()floatgetScore()abstract intgetScoreInt()
-