public class QueryCompiler extends java.lang.Object implements IQueryCompiler
Constructor and Description |
---|
QueryCompiler(org.openscience.cdk.interfaces.IAtomContainer molecule,
boolean shouldMatchBonds,
boolean shouldMatchRings,
boolean matchAtomType)
Construct query object from the molecule
|
QueryCompiler(org.openscience.cdk.isomorphism.matchers.IQueryAtomContainer molecule)
Construct query object from the molecule
|
Modifier and Type | Method and Description |
---|---|
IQuery |
compile()
Parse and build a query graph from the query molecule.
|
public QueryCompiler(org.openscience.cdk.interfaces.IAtomContainer molecule, boolean shouldMatchBonds, boolean shouldMatchRings, boolean matchAtomType)
molecule
- shouldMatchBonds
- shouldMatchRings
- matchAtomType
- public QueryCompiler(org.openscience.cdk.isomorphism.matchers.IQueryAtomContainer molecule)
molecule
- public IQuery compile()
compile
in interface IQueryCompiler