Uses of Enum Class
org.biojava.nbio.structure.symmetry.core.SymmetryPerceptionMethod
Packages that use SymmetryPerceptionMethod
-
Uses of SymmetryPerceptionMethod in org.biojava.nbio.structure.symmetry.core
Methods in org.biojava.nbio.structure.symmetry.core that return SymmetryPerceptionMethodModifier and TypeMethodDescriptionQuatSymmetryResults.getMethod()static SymmetryPerceptionMethodReturns the enum constant of this class with the specified name.static SymmetryPerceptionMethod[]SymmetryPerceptionMethod.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.biojava.nbio.structure.symmetry.core with parameters of type SymmetryPerceptionMethodModifierConstructorDescriptionQuatSymmetryResults(Stoichiometry stoichiometry, HelixLayers helixLayers, SymmetryPerceptionMethod method) Constructor for roto-translational symmetries.QuatSymmetryResults(Stoichiometry stoichiometry, RotationGroup rotationGroup, SymmetryPerceptionMethod method) Constructor for rotational symmetries.