Package chemaxon.standardizer.runner
package chemaxon.standardizer.runner
Contains classes for executing standardization based on a configuration.
-
ClassDescriptionThis is the default implementation of
StandardizerActionRunner
interface.The descendant ofStandardizerActionRunner
interface has to provide the functionality to runStandardizerConfiguration
instances automatically on the given molecule.
As standardizer configuration may contain actions in groups, usingStandardizerActionRunner.setTargetGroup(String)
andStandardizerActionRunner.setTargetGroups(String...)
methods, the target groups, containing the actions to be executed can be defined.
By default, in case of the provided configuration containing error(s) the runner throwsIllegalArgumentException
.