Class QueryCompiler
java.lang.Object
org.openscience.cdk.smsd.algorithm.vflib.query.QueryCompiler
- All Implemented Interfaces:
IQueryCompiler
Deprecated.
SMSD has been deprecated from the CDK with a newer, more recent
version of SMSD is available at http://github.com/asad/smsd.
This class creates an template for MCS/substructure query.
- Author:
- Syed Asad Rahman <asad@ebi.ac.uk>
-
Constructor Summary
ConstructorsConstructorDescriptionQueryCompiler(IAtomContainer molecule, boolean shouldMatchBonds) Deprecated.Construct query object from the moleculeQueryCompiler(IQueryAtomContainer molecule) Deprecated.Construct query object from the molecule -
Method Summary
-
Constructor Details
-
QueryCompiler
Deprecated.Construct query object from the molecule- Parameters:
molecule-shouldMatchBonds-
-
QueryCompiler
Deprecated.Construct query object from the molecule- Parameters:
molecule-
-
-
Method Details
-
compile
Deprecated.Parse and build a query graph from the query moleucle.- Specified by:
compilein interfaceIQueryCompiler- Returns:
- compile the query molecule and build the graph.
-