Class BasicStandardizerRunner

java.lang.Object
chemaxon.standardizer.runner.BasicStandardizerRunner
All Implemented Interfaces:
StandardizerActionRunner, Cloneable

@PublicAPI public class BasicStandardizerRunner extends Object implements StandardizerActionRunner
This is the default implementation of StandardizerActionRunner interface.

If the provided molecule is null or contains errors IllegalArgumentException should be thrown during the standardization procedure.

Logs are generated to a Logger, that can be collected by using StandardizerLogger.getLogger() method.

Since:
5.11