Uses of Enum Class
org.openscience.cdk.tools.manipulator.HydrogenState
Packages that use HydrogenState
-
Uses of HydrogenState in org.openscience.cdk.tools.manipulator
Methods in org.openscience.cdk.tools.manipulator that return HydrogenStateModifier and TypeMethodDescriptionstatic HydrogenStateReturns the enum constant of this class with the specified name.static HydrogenState[]HydrogenState.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.openscience.cdk.tools.manipulator with parameters of type HydrogenStateModifier and TypeMethodDescriptionstatic voidAtomContainerManipulator.normalizeHydrogens(IAtomContainer container, HydrogenState state) Normalize the state in which hydrogens are represented/store in the provided molecule.