Package chemaxon.standardizer.runner
package chemaxon.standardizer.runner
Contains classes for executing standardization based on a configuration.
-
ClassDescriptionThis is the default implementation of
StandardizerActionRunnerinterface.The descendant ofStandardizerActionRunnerinterface has to provide the functionality to runStandardizerConfigurationinstances 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.