public class LatticeEntry extends java.lang.Object implements java.lang.Comparable<LatticeEntry>
| Constructor and Description |
|---|
LatticeEntry(double score,
int previous_state_index) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(LatticeEntry o) |
int |
getPreviousStateIndex() |
double |
getScore() |
java.lang.String |
toString() |
public double getScore()
public int getPreviousStateIndex()
public int compareTo(LatticeEntry o)
compareTo in interface java.lang.Comparable<LatticeEntry>public java.lang.String toString()
toString in class java.lang.Object