Uses of Class
org.openscience.cdk.isomorphism.Transform.Mode
-
Packages that use Transform.Mode Package Description org.openscience.cdk.isomorphism org.openscience.cdk.smirks -
-
Uses of Transform.Mode in org.openscience.cdk.isomorphism
Methods in org.openscience.cdk.isomorphism that return Transform.Mode Modifier and Type Method Description static Transform.Mode
Transform.Mode. valueOf(String name)
Returns the enum constant of this type with the specified name.static Transform.Mode[]
Transform.Mode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.openscience.cdk.isomorphism with parameters of type Transform.Mode Modifier and Type Method Description Iterable<IAtomContainer>
Transform. apply(IAtomContainer mol, Transform.Mode mode)
Apply the transform to the provided molecule and obtain the results of applying the transform.Iterable<IAtomContainer>
Transform. apply(IAtomContainer mol, Transform.Mode mode, int limit)
Apply the transform to the provided molecule and obtain the results of applying the transform. -
Uses of Transform.Mode in org.openscience.cdk.smirks
Methods in org.openscience.cdk.smirks with parameters of type Transform.Mode Modifier and Type Method Description static Iterable<IAtomContainer>
Smirks. apply(IAtomContainer mol, String smirks, Transform.Mode mode)
Convenience function to compile and apply a SMIRKS string on a copy of the molecule returning the places the transform matched and applied.Iterable<IAtomContainer>
SmirksTransform. apply(IAtomContainer mol, Transform.Mode mode)
-