Class GroupContact
java.lang.Object
org.biojava.nbio.structure.contact.GroupContact
- All Implemented Interfaces:
Serializable
A pair of residues that are in contact
- Author:
- duarte_j
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addAtomContact
(AtomContact atomContact) getContactsWithinDistance
(double distance) Returns the list of atom contacts in this GroupContact that are within the given distance.double
int
getPair()
void
toString()
-
Constructor Details
-
GroupContact
public GroupContact()
-
-
Method Details