Package chemaxon.standardizer
package chemaxon.standardizer
Contains packages for structure standardization.
-
ClassDescriptionAbstract implementation of the
StandardizerAction
.The change set of the standardization procedure.Performs standardization of molecules in concurrent mode.Molecule transformer.Performs the standardization determined by the XML configuration file, or simple action string configuration.
See the documentation for details: User's Guide Configuration Developer's GuideInterface of standardizer actions.Descriptor ofStandardizerAction
objects.
Contains all needed interface informations.Factory ofStandardizerAction
objects
Initializes the list of available standardizer action based on the provided factory configuration XML files, defining the factory: Internal list: the factory configuration XML containing the definitions of internal (Chemaxon defined) standardizer actions, that should be available using the factory External list: the factory configuration XML containing the definitions of external (user defined) standardizer actions, that should be available using the factory The schema of the definition XML is defined by theStandardizerActionFactory.DEFAULT_CONFIGURATION_SCHEMA
:Builder class forStandardizerActionFactory
.Descriptor of a standardizer classStandardizer action info annotation
This annotation is responsible for adding user interface related meta data forStandardizerAction
implementationsUtility class for standardizer
Functionalities of old standardizer can be simulated using this class.