Uses of Class
org.openscience.cdk.isomorphism.matchers.smarts.StereoBond.Direction
-
Packages that use StereoBond.Direction Package Description org.openscience.cdk.isomorphism.matchers.smarts -
-
Uses of StereoBond.Direction in org.openscience.cdk.isomorphism.matchers.smarts
Methods in org.openscience.cdk.isomorphism.matchers.smarts that return StereoBond.Direction Modifier and Type Method Description StereoBond.Direction
StereoBond. direction(IAtom atom)
Deprecated.static StereoBond.Direction
StereoBond.Direction. valueOf(String name)
Returns the enum constant of this type with the specified name.static StereoBond.Direction[]
StereoBond.Direction. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.openscience.cdk.isomorphism.matchers.smarts with parameters of type StereoBond.Direction Constructor Description StereoBond(IChemObjectBuilder builder, StereoBond.Direction direction, boolean unspecified)
Deprecated.
-