Uses of Enum Class
org.openscience.cdk.interfaces.IAtomType.Hybridization
Packages that use IAtomType.Hybridization
Package
Description
-
Uses of IAtomType.Hybridization in org.openscience.cdk
Fields in org.openscience.cdk declared as IAtomType.HybridizationModifier and TypeFieldDescriptionprotected IAtomType.Hybridization
AtomType.hybridization
The hybridization state of this atom with CDKConstants.HYBRIDIZATION_UNSET as default.Methods in org.openscience.cdk that return IAtomType.HybridizationModifier and TypeMethodDescriptionAtomRef.getHybridization()
Returns the hybridization of this atom.AtomType.getHybridization()
Returns the hybridization of this atom.Methods in org.openscience.cdk with parameters of type IAtomType.HybridizationModifier and TypeMethodDescriptionvoid
AtomRef.setHybridization
(IAtomType.Hybridization hybridization) Sets the hybridization of this atom.void
AtomType.setHybridization
(IAtomType.Hybridization hybridization) Sets the hybridization of this atom. -
Uses of IAtomType.Hybridization in org.openscience.cdk.debug
Methods in org.openscience.cdk.debug that return IAtomType.HybridizationModifier and TypeMethodDescriptionDebugAtom.getHybridization()
Returns the hybridization of this atom.DebugAtomType.getHybridization()
Returns the hybridization of this atom.DebugFragmentAtom.getHybridization()
Returns the hybridization of this atom.DebugPseudoAtom.getHybridization()
Returns the hybridization of this atom.Methods in org.openscience.cdk.debug with parameters of type IAtomType.HybridizationModifier and TypeMethodDescriptionvoid
DebugAtom.setHybridization
(IAtomType.Hybridization hybridization) Sets the hybridization of this atom.void
DebugAtomType.setHybridization
(IAtomType.Hybridization hybridization) Sets the hybridization of this atom.void
DebugFragmentAtom.setHybridization
(IAtomType.Hybridization hybridization) Sets the hybridization of this atom.void
DebugPseudoAtom.setHybridization
(IAtomType.Hybridization hybridization) Sets the hybridization of this atom. -
Uses of IAtomType.Hybridization in org.openscience.cdk.interfaces
Methods in org.openscience.cdk.interfaces that return IAtomType.HybridizationModifier and TypeMethodDescriptionIAtomType.getHybridization()
Returns the hybridization of this atom.static IAtomType.Hybridization
Returns the enum constant of this class with the specified name.static IAtomType.Hybridization[]
IAtomType.Hybridization.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.openscience.cdk.interfaces with parameters of type IAtomType.HybridizationModifier and TypeMethodDescriptionvoid
IAtomType.setHybridization
(IAtomType.Hybridization hybridization) Sets the hybridization of this atom. -
Uses of IAtomType.Hybridization in org.openscience.cdk.isomorphism.matchers
Fields in org.openscience.cdk.isomorphism.matchers declared as IAtomType.HybridizationModifier and TypeFieldDescriptionprotected IAtomType.Hybridization
QueryAtom.hybridization
The hybridization state of this atom with CDKConstants.HYBRIDIZATION_UNSET as default.Methods in org.openscience.cdk.isomorphism.matchers that return IAtomType.HybridizationModifier and TypeMethodDescriptionQueryAtom.getHybridization()
Returns the hybridization of this atom.Methods in org.openscience.cdk.isomorphism.matchers with parameters of type IAtomType.HybridizationModifier and TypeMethodDescriptionvoid
QueryAtom.setHybridization
(IAtomType.Hybridization hybridization) Sets the hybridization of this atom. -
Uses of IAtomType.Hybridization in org.openscience.cdk.silent
Fields in org.openscience.cdk.silent declared as IAtomType.HybridizationModifier and TypeFieldDescriptionprotected IAtomType.Hybridization
AtomType.hybridization
The hybridization state of this atom with CDKConstants.HYBRIDIZATION_UNSET as default.Methods in org.openscience.cdk.silent that return IAtomType.HybridizationModifier and TypeMethodDescriptionAtomType.getHybridization()
Returns the hybridization of this atom.Methods in org.openscience.cdk.silent with parameters of type IAtomType.HybridizationModifier and TypeMethodDescriptionvoid
AtomType.setHybridization
(IAtomType.Hybridization hybridization) Sets the hybridization of this atom. -
Uses of IAtomType.Hybridization in org.openscience.cdk.tools.diff.tree
Methods in org.openscience.cdk.tools.diff.tree with parameters of type IAtomType.HybridizationModifier and TypeMethodDescriptionstatic IDifference
AtomTypeHybridizationDifference.construct
(String name, IAtomType.Hybridization first, IAtomType.Hybridization second) Constructs a newIDifference
object.