Package chemaxon.standardizer.runner
Contains classes for executing standardization based on a configuration.
-
Interface Summary Interface Description StandardizerActionRunner 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
. -
Class Summary Class Description BasicStandardizerRunner This is the default implementation ofStandardizerActionRunner
interface.