Uses of Enum Class
ffx.potential.bonded.AminoAcidUtils.AminoAcid1
Packages that use AminoAcidUtils.AminoAcid1
Package
Description
The Bonded package implements bonded molecular mechanics terms such as bonds, angles, torsions,
etc.
-
Uses of AminoAcidUtils.AminoAcid1 in ffx.potential.bonded
Fields in ffx.potential.bonded with type parameters of type AminoAcidUtils.AminoAcid1Modifier and TypeFieldDescriptionstatic final HashMap
<AminoAcidUtils.AminoAcid1, AminoAcidUtils.AminoAcid3> AminoAcidUtils.AA1toAA3
ConstantAA1toAA3
static final List
<AminoAcidUtils.AminoAcid1> AminoAcidUtils.aminoAcid1List
List of values from the AminoAcid1 enum.Methods in ffx.potential.bonded that return AminoAcidUtils.AminoAcid1Modifier and TypeMethodDescriptionstatic AminoAcidUtils.AminoAcid1
Returns the enum constant of this class with the specified name.static AminoAcidUtils.AminoAcid1[]
AminoAcidUtils.AminoAcid1.values()
Returns an array containing the constants of this enum class, in the order they are declared.