public class Contact extends Object implements Serializable
| Constructor and Description |
|---|
Contact(int i,
int j,
double distance) |
| Modifier and Type | Method and Description |
|---|---|
double |
getDistance() |
int |
getI() |
Pair<Integer> |
getIndexPair() |
int |
getJ() |
public Contact(int i, int j, double distance)
public Pair<Integer> getIndexPair()
public int getI()
public int getJ()
public double getDistance()
Copyright © 2000–2019 BioJava. All rights reserved.