Uses of Enum Class
org.openscience.cdk.interfaces.IDoubleBondStereochemistry.Conformation
Packages that use IDoubleBondStereochemistry.Conformation
-
Uses of IDoubleBondStereochemistry.Conformation in org.openscience.cdk.interfaces
Methods in org.openscience.cdk.interfaces that return IDoubleBondStereochemistry.ConformationModifier and TypeMethodDescriptionIDoubleBondStereochemistry.getStereo()Defines the stereochemistry around the double bond.IDoubleBondStereochemistry.Conformation.invert()Invert this conformation, inv(together) = opposite, inv(opposite) = together.IDoubleBondStereochemistry.Conformation.toConformation(int config) Returns the enum constant of this class with the specified name.IDoubleBondStereochemistry.Conformation.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 IDoubleBondStereochemistry.ConformationModifier and TypeMethodDescriptionstatic intIDoubleBondStereochemistry.Conformation.toConfig(IDoubleBondStereochemistry.Conformation conformation) -
Uses of IDoubleBondStereochemistry.Conformation in org.openscience.cdk.stereo
Methods in org.openscience.cdk.stereo that return IDoubleBondStereochemistry.ConformationModifier and TypeMethodDescriptionDoubleBondStereochemistry.getStereo()Defines the stereochemistry around the double bond.Constructors in org.openscience.cdk.stereo with parameters of type IDoubleBondStereochemistry.ConformationModifierConstructorDescriptionDoubleBondStereochemistry(IBond stereoBond, IBond[] ligandBonds, IDoubleBondStereochemistry.Conformation stereo) Creates a new double bond stereo chemistry.