Interface IQueryCompiler
-
- All Known Implementing Classes:
QueryCompiler
@Deprecated public interface 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.Interface for the query graph generator.- Author:
- Syed Asad Rahman <asad@ebi.ac.uk>
- Source code:
- main
- Belongs to CDK module:
- smsd
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description IQuery
compile()
Deprecated.Parse and build a query graph from the query moleucle.
-
-
-
Method Detail
-
compile
IQuery compile()
Deprecated.Parse and build a query graph from the query moleucle.- Returns:
- compile the query molecule and build the graph.
-
-