public class ChrContact extends Object implements Comparable<ChrContact>
| Constructor and Description |
|---|
ChrContact(int chrLocSmal,
int chrLocLarge,
double contactVal) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(ChrContact other) |
int |
getChrLocationLarger() |
int |
getChrLocationSmaller() |
double |
getContactValue() |
public int compareTo(ChrContact other)
compareTo in interface Comparable<ChrContact>public int getChrLocationSmaller()
public int getChrLocationLarger()
public double getContactValue()
Copyright © 2016. All Rights Reserved.