Uses of Class
org.openscience.cdk.isomorphism.TransformOp.Type
-
Packages that use TransformOp.Type Package Description org.openscience.cdk.isomorphism -
-
Uses of TransformOp.Type in org.openscience.cdk.isomorphism
Methods in org.openscience.cdk.isomorphism that return TransformOp.Type Modifier and Type Method Description TransformOp.Type
TransformOp. type()
static TransformOp.Type
TransformOp.Type. valueOf(String name)
Returns the enum constant of this type with the specified name.static TransformOp.Type[]
TransformOp.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.openscience.cdk.isomorphism with parameters of type TransformOp.Type Constructor Description TransformOp(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)
-