Uses of Class
org.biojava.nbio.structure.contact.AtomContact
-
Uses of AtomContact in org.biojava.nbio.structure.contact
Modifier and TypeMethodDescriptionAtomContactSet.getContact
(Atom atom1, Atom atom2) Returns the corresponding AtomContact or null if no contact exists between the 2 given atomsModifier and TypeMethodDescriptionGroupContact.getAtomContacts()
AtomContactSet.getContactsWithinDistance
(double distance) Returns the list of contacts from this set that are within the given distance.GroupContact.getContactsWithinDistance
(double distance) Returns the list of atom contacts in this GroupContact that are within the given distance.AtomContactSet.iterator()
Modifier and TypeMethodDescriptionvoid
AtomContactSet.add
(AtomContact contact) void
GroupContact.addAtomContact
(AtomContact atomContact)