class PathNode extends java.lang.Object implements java.lang.Comparable<PathNode>
Used by BiSegGraph to maximize the segmentation with the Viterbi algorithm.
| Constructor and Description |
|---|
PathNode() |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(PathNode pn) |
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
public int compareTo(PathNode pn)
compareTo in interface java.lang.Comparable<PathNode>public int hashCode()
hashCode in class java.lang.ObjectObject.hashCode()public boolean equals(java.lang.Object obj)
equals in class java.lang.ObjectObject.equals(java.lang.Object)