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
-
addAtomContact
-
getPair
-
setPair
-
getMinDistance
public double getMinDistance() -
getNumAtomContacts
public int getNumAtomContacts() -
getAtomContacts
-
getContactsWithinDistance
Returns the list of atom contacts in this GroupContact that are within the given distance.- Parameters:
distance
-- Returns:
-
toString
-