Class GroupContact

  • All Implemented Interfaces:
    java.io.Serializable

    public class GroupContact
    extends java.lang.Object
    implements java.io.Serializable
    A pair of residues that are in contact
    Author:
    duarte_j
    See Also:
    Serialized Form
    • Constructor Detail

      • GroupContact

        public GroupContact()
    • Method Detail

      • addAtomContact

        public void addAtomContact​(AtomContact atomContact)
      • setPair

        public void setPair​(Pair<Group> pair)
      • getMinDistance

        public double getMinDistance()
      • getNumAtomContacts

        public int getNumAtomContacts()
      • getAtomContacts

        public java.util.List<AtomContact> getAtomContacts()
      • getContactsWithinDistance

        public java.util.List<AtomContact> getContactsWithinDistance​(double distance)
        Returns the list of atom contacts in this GroupContact that are within the given distance.
        Parameters:
        distance -
        Returns:
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object