Class SmartsMatchers
java.lang.Object
org.openscience.cdk.isomorphism.matchers.smarts.SmartsMatchers
Deprecated.
Bridging class between the SMARTS matcher and the parser/query tool. The
class are currently split across different packages. This classes temporary
functionality is to expose package private functionality through a single
location.
- Author:
- John May
- Source code:
- main
- Belongs to CDK module:
- smarts
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
prepare
(IAtomContainer container, boolean ringQuery) Deprecated.Do not use - temporary method until the SMARTS packages are cleaned up.
-
Constructor Details
-
SmartsMatchers
public SmartsMatchers()Deprecated.
-
-
Method Details
-
prepare
Deprecated.Do not use - temporary method until the SMARTS packages are cleaned up. Prepares a target molecule for matching with SMARTS.- Parameters:
container
- the container to initialiseringQuery
- whether the smarts will check ring size queries
-