public class ScoredObject<T> extends Object implements Scored
ScoredObject(T object, double score)
T
object()
double
score()
void
setObject(T object)
setScore(double score)
String
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public ScoredObject(T object, double score)
public double score()
score
Scored
public void setScore(double score)
public T object()
public void setObject(T object)
public String toString()
toString
Object
© 2002-2013 Stanford NLP Group