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
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidaddAtomContact(AtomContact atomContact) getContactsWithinDistance(double distance) Returns the list of atom contacts in this GroupContact that are within the given distance.doubleintgetPair()voidtoString() 
- 
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
 
 -