Uses of Class
org.openscience.cdk.interfaces.IDoubleBondStereochemistry.Conformation
-
Packages that use IDoubleBondStereochemistry.Conformation Package Description org.openscience.cdk.interfaces org.openscience.cdk.stereo -
-
Uses of IDoubleBondStereochemistry.Conformation in org.openscience.cdk.interfaces
Methods in org.openscience.cdk.interfaces that return IDoubleBondStereochemistry.Conformation Modifier and Type Method Description IDoubleBondStereochemistry.ConformationIDoubleBondStereochemistry. getStereo()Defines the stereochemistry around the double bond.IDoubleBondStereochemistry.ConformationIDoubleBondStereochemistry.Conformation. invert()Invert this conformation, inv(together) = opposite, inv(opposite) = together.static IDoubleBondStereochemistry.ConformationIDoubleBondStereochemistry.Conformation. toConformation(int config)static IDoubleBondStereochemistry.ConformationIDoubleBondStereochemistry.Conformation. valueOf(String name)Returns the enum constant of this type with the specified name.static IDoubleBondStereochemistry.Conformation[]IDoubleBondStereochemistry.Conformation. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.openscience.cdk.interfaces with parameters of type IDoubleBondStereochemistry.Conformation Modifier and Type Method Description static intIDoubleBondStereochemistry.Conformation. toConfig(IDoubleBondStereochemistry.Conformation conformation) -
Uses of IDoubleBondStereochemistry.Conformation in org.openscience.cdk.stereo
Methods in org.openscience.cdk.stereo that return IDoubleBondStereochemistry.Conformation Modifier and Type Method Description IDoubleBondStereochemistry.ConformationDoubleBondStereochemistry. getStereo()Defines the stereochemistry around the double bond.Constructors in org.openscience.cdk.stereo with parameters of type IDoubleBondStereochemistry.Conformation Constructor Description DoubleBondStereochemistry(IBond stereoBond, IBond[] ligandBonds, IDoubleBondStereochemistry.Conformation stereo)Creates a new double bond stereo chemistry.
-