Package | Description |
---|---|
org.biojava.nbio.structure.contact |
Modifier and Type | Method and Description |
---|---|
AtomContact |
AtomContactSet.getContact(Atom atom1,
Atom atom2)
Returns the corresponding AtomContact or null if no contact exists between the 2 given atoms
|
Modifier and Type | Method and Description |
---|---|
List<AtomContact> |
GroupContact.getAtomContacts() |
List<AtomContact> |
AtomContactSet.getContactsWithinDistance(double distance)
Returns the list of contacts from this set that are within the given distance.
|
List<AtomContact> |
GroupContact.getContactsWithinDistance(double distance)
Returns the list of atom contacts in this GroupContact that are within the given distance.
|
Iterator<AtomContact> |
AtomContactSet.iterator() |
Modifier and Type | Method and Description |
---|---|
void |
AtomContactSet.add(AtomContact contact) |
void |
GroupContact.addAtomContact(AtomContact atomContact) |
Modifier and Type | Method and Description |
---|---|
void |
AtomContactSet.addAll(Collection<AtomContact> list) |
Copyright © 2000–2019 BioJava. All rights reserved.