Where is Knime CDK javadoc And SDFCell deprecated class replacement

Hello Everyone,

I have SDFCell deprecated class in my code and  I wanted to update it.

But I don't know where to find the javadoc for cdk as related in the following document : http://www.knime.org/files/kos-11/Noding_Guidelines.pdf

Otherwise, what's the replacement method or class or Factory (as Mol2CellFactory for Mol2Cell) ?

Thanks

Hi,

Yes, there is a class org.knime.chem.types.SdfCellFactory, that should be used instead (it decides when an Sdf string becomes too large and should better be represented by a blob).

If you are only consuming Sdf but not producing it then you shouldn't have an import to SdfCell anyway (use the corresponding interface SdfValue instead!)

As for CDK: The CDK Plugin is no longer maintained as part of the KNIME base distribution. You would be using (and declaring a dependency to) the CDK feature that is part of the community instead.

Regards,
  Bernd