Package ffx.potential.bonded
Enum Class RotamerLibrary.NucleicSugarPucker
java.lang.Object
java.lang.Enum<RotamerLibrary.NucleicSugarPucker>
ffx.potential.bonded.RotamerLibrary.NucleicSugarPucker
- All Implemented Interfaces:
Serializable
,Comparable<RotamerLibrary.NucleicSugarPucker>
,Constable
- Enclosing class:
RotamerLibrary
public static enum RotamerLibrary.NucleicSugarPucker
extends Enum<RotamerLibrary.NucleicSugarPucker>
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
-
Method Summary
Modifier and TypeMethodDescriptioncheckPucker
(double delta, boolean isDeoxy) Returns the sugar pucker associated with a delta torsion.Returns the enum constant of this class with the specified name.static RotamerLibrary.NucleicSugarPucker[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
C2_ENDO
-
C3_ENDO
-
C3_EXO
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-
checkPucker
Returns the sugar pucker associated with a delta torsion. This currently does not support the C3'-exo DNA-only pucker.- Parameters:
delta
- Delta torsion to checkisDeoxy
- If DNA (vs. RNA). Presently ignored.- Returns:
- Pucker
-