Package uk.ac.starlink.table.join
Class RowLink2
- java.lang.Object
-
- uk.ac.starlink.table.join.RowLink
-
- uk.ac.starlink.table.join.RowLink2
-
- All Implemented Interfaces:
java.lang.Comparable
public class RowLink2 extends RowLink
RowLink subclass which specifically contains two items (a pair).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 eithercompareTo
,equals
orhashCode
methods.- Since:
- 23 Nov 2007
- Author:
- Mark Taylor
-
-
Method Summary
All Methods Instance Methods Concrete Methods 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.
-