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