java.lang.Comparablepublic class RowLink2 extends RowLink
As well as standard RowLink functionality, this object
can also contain a 'score', which is an uninterpreted number.
Typically this is used to record how good the match represented
by a link is. This value is not taken account of in either
compareTo, equals or hashCode
methods.
| Constructor | Description |
|---|---|
RowLink2(RowRef rowA,
RowRef rowB) |
Constructor.
|
| Modifier and Type | Method | Description |
|---|---|---|
double |
getScore() |
Returns the score associated with this link.
|
void |
setScore(double score) |
Sets the score associated with this link.
|
Copyright © 2018 Central Laboratory of the Research Councils. All Rights Reserved.