public class GroupContact
extends java.lang.Object
Constructor and Description |
---|
GroupContact() |
Modifier and Type | Method and Description |
---|---|
void |
addAtomContact(AtomContact atomContact) |
java.util.List<AtomContact> |
getAtomContacts() |
java.util.List<AtomContact> |
getContactsWithinDistance(double distance)
Returns the list of atom contacts in this GroupContact that are within the given distance.
|
double |
getMinDistance() |
int |
getNumAtomContacts() |
Pair<Group> |
getPair() |
void |
setPair(Pair<Group> pair) |
java.lang.String |
toString() |
public void addAtomContact(AtomContact atomContact)
public double getMinDistance()
public int getNumAtomContacts()
public java.util.List<AtomContact> getAtomContacts()
public java.util.List<AtomContact> getContactsWithinDistance(double distance)
distance
- public java.lang.String toString()
toString
in class java.lang.Object