Uses of Class
org.biojava.nbio.structure.contact.AtomContact
Packages that use AtomContact
-
Uses of AtomContact in org.biojava.nbio.structure.contact
Methods in org.biojava.nbio.structure.contact that return AtomContactModifier and TypeMethodDescriptionAtomContactSet.getContact(Atom atom1, Atom atom2) Returns the corresponding AtomContact or null if no contact exists between the 2 given atomsMethods in org.biojava.nbio.structure.contact that return types with arguments of type AtomContactModifier 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()Methods in org.biojava.nbio.structure.contact with parameters of type AtomContactModifier and TypeMethodDescriptionvoidAtomContactSet.add(AtomContact contact) voidGroupContact.addAtomContact(AtomContact atomContact) Method parameters in org.biojava.nbio.structure.contact with type arguments of type AtomContact