Uses of Enum Class
org.openscience.cdk.isomorphism.TransformOp.Type
Packages that use TransformOp.Type
-
Uses of TransformOp.Type in org.openscience.cdk.isomorphism
Methods in org.openscience.cdk.isomorphism that return TransformOp.TypeModifier and TypeMethodDescriptionTransformOp.type()static TransformOp.TypeReturns the enum constant of this class with the specified name.static TransformOp.Type[]TransformOp.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.openscience.cdk.isomorphism with parameters of type TransformOp.TypeModifierConstructorDescriptionTransformOp(TransformOp.Type type, int a) TransformOp(TransformOp.Type type, int a, int b) TransformOp(TransformOp.Type type, int a, int b, int c) TransformOp(TransformOp.Type type, int a, int b, int c, int d) TransformOp(TransformOp.Type type, TransformOp op)