public class ScoredObject<T> extends Object implements Scored, Serializable
ScoredObject(T object, double score)
T
object()
double
score()
void
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 String toString()
toString
Object
© 2002-2013 Stanford NLP Group