public class Hypothesis extends java.lang.Object implements java.lang.Comparable<Hypothesis>
| Constructor and Description |
|---|
Hypothesis(java.util.List<java.lang.Integer> list,
double score,
HashableIntArray signature) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Hypothesis o) |
double |
getScore() |
HashableIntArray |
getSignature() |
java.util.List<java.lang.Integer> |
getStates() |
java.lang.String |
toString() |
public Hypothesis(java.util.List<java.lang.Integer> list,
double score,
HashableIntArray signature)
public int compareTo(Hypothesis o)
compareTo in interface java.lang.Comparable<Hypothesis>public java.lang.String toString()
toString in class java.lang.Objectpublic HashableIntArray getSignature()
public java.util.List<java.lang.Integer> getStates()
public double getScore()