Class AbstractSubGraph
java.lang.Object
org.openscience.cdk.smsd.interfaces.AbstractSubGraph
- Direct Known Subclasses:
CDKSubGraphHandler
,VFlibSubStructureHandler
,VFlibTurboHandler
Deprecated.
SMSD has been deprecated from the CDK with a newer, more recent
version of SMSD is available at http://github.com/asad/smsd.
Interface class for reporting only substructure searches.
- Author:
- Syed Asad Rahman <asad@ebi.ac.uk>
- Source code:
- main
- Belongs to CDK module:
- smsd
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract boolean
isSubgraph
(boolean bondMatch) Deprecated.Initialise the Subgraph search algorithm.
-
Constructor Details
-
AbstractSubGraph
public AbstractSubGraph()Deprecated.
-
-
Method Details
-
isSubgraph
public abstract boolean isSubgraph(boolean bondMatch) Deprecated.Initialise the Subgraph search algorithm. Each Subgraph algorithm should contain this method.- Returns:
- true if Query/reactant is a subgraph of Target/product else false
-