public class Contact
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
Contact(int i,
int j,
double distance) |
| Modifier and Type | Method and Description |
|---|---|
double |
getDistance() |
int |
getI() |
Pair<java.lang.Integer> |
getIndexPair() |
int |
getJ() |
public Pair<java.lang.Integer> getIndexPair()
public int getI()
public int getJ()
public double getDistance()
Copyright © 2000-2020 BioJava. All Rights Reserved.