Uses of Enum Class
org.episteme.natural.chemistry.computational.MolecularGeometry.Geometry
Packages that use MolecularGeometry.Geometry
-
Uses of MolecularGeometry.Geometry in org.episteme.natural.chemistry.computational
Subclasses with type arguments of type MolecularGeometry.Geometry in org.episteme.natural.chemistry.computationalMethods in org.episteme.natural.chemistry.computational that return MolecularGeometry.GeometryModifier and TypeMethodDescriptionstatic MolecularGeometry.GeometryMolecularGeometry.predict(int bondingPairs, int lonePairs) Predicts molecular geometry from steric number and lone pairs.static MolecularGeometry.GeometryReturns the enum constant of this class with the specified name.static MolecularGeometry.Geometry[]MolecularGeometry.Geometry.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.episteme.natural.chemistry.computational with parameters of type MolecularGeometry.GeometryModifier and TypeMethodDescriptionstatic doubleMolecularGeometry.estimateBondAngle(MolecularGeometry.Geometry geometry, int lonePairs) Estimates bond angle with lone pair compression.static booleanMolecularGeometry.isPolarGeometry(MolecularGeometry.Geometry geometry) Determines if molecule is polar based on geometry.