public class PotentialMatch extends java.lang.Object implements java.lang.Comparable<PotentialMatch>
| Constructor and Description |
|---|
PotentialMatch(CstNode nodeBefore,
CstNode nodeAfter,
int maxDepth,
double score) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(PotentialMatch o) |
double |
getMaxDepth() |
CstNode |
getNodeAfter() |
CstNode |
getNodeBefore() |
double |
getScore() |
java.lang.String |
toString() |
public CstNode getNodeBefore()
public CstNode getNodeAfter()
public double getScore()
public double getMaxDepth()
public java.lang.String toString()
toString in class java.lang.Objectpublic int compareTo(PotentialMatch o)
compareTo in interface java.lang.Comparable<PotentialMatch>