Package ubic.basecode.dataStructure
Class Link
java.lang.Object
ubic.basecode.dataStructure.Point
ubic.basecode.dataStructure.Link
- All Implemented Interfaces:
Comparable<Link>
Implements comparable, which sorts by the 'x' coordinate and then secondarily by the 'y' coordinate. (This behavior
is important for some applications).
- Author:
- Paul Pavlidis
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Link
public Link(int i, int j, double weight) - Parameters:
i
- intj
- intweight
- double
-
-
Method Details