public class CanonNames extends Object
AtomContact interactions.| Constructor and Description |
|---|
CanonNames() |
| Modifier and Type | Method and Description |
|---|---|
static String |
getCanonAtomNames(org.biojava.nbio.structure.contact.AtomContact atomContact)
Canonically represent atom name pairs as strings.
|
static String |
getCanonChains(org.biojava.nbio.structure.contact.AtomContact atomContact)
Get the canonical names of two chains from an
AtomContact |
static String |
getCanonElementNames(org.biojava.nbio.structure.contact.AtomContact atomContact)
Canonically represent element name pairs as strings.
|
static String |
getCanonGroups(org.biojava.nbio.structure.contact.AtomContact atomContact)
Canonically represent group pairs as strings.
|
static String |
getCanonResidueNumbers(org.biojava.nbio.structure.contact.AtomContact atomContact)
Get the canonical names of two residues from an
AtomContact |
public static String getCanonGroups(org.biojava.nbio.structure.contact.AtomContact atomContact)
atomContact - the input AtomContact objectpublic static String getCanonAtomNames(org.biojava.nbio.structure.contact.AtomContact atomContact)
atomContact - the input AtomContact objectpublic static String getCanonElementNames(org.biojava.nbio.structure.contact.AtomContact atomContact)
atomContact - the input AtomContact objectpublic static String getCanonChains(org.biojava.nbio.structure.contact.AtomContact atomContact)
AtomContactatomContact - the input AtomContactpublic static String getCanonResidueNumbers(org.biojava.nbio.structure.contact.AtomContact atomContact)
AtomContactatomContact - the input AtomContactCopyright © 2016 Biojava. All Rights Reserved.