public class GroupContact extends Object implements Serializable
| Constructor and Description |
|---|
GroupContact() |
| Modifier and Type | Method and Description |
|---|---|
void |
addAtomContact(AtomContact atomContact) |
List<AtomContact> |
getAtomContacts() |
List<AtomContact> |
getContactsWithinDistance(double distance)
Returns the list of atom contacts in this GroupContact that are within the given distance.
|
double |
getMinDistance() |
int |
getNumAtomContacts() |
Pair<Group> |
getPair() |
void |
setPair(Pair<Group> pair) |
String |
toString() |
public void addAtomContact(AtomContact atomContact)
public double getMinDistance()
public int getNumAtomContacts()
public List<AtomContact> getAtomContacts()
public List<AtomContact> getContactsWithinDistance(double distance)
distance - Copyright © 2000–2016 BioJava. All rights reserved.