Package chemaxon.standardizer
Contains packages for structure standardization.
-
Interface Summary Interface Description ConcurrentStandardizerProcessor.MolTransformer Molecule transformer.StandardizerAction Interface of standardizer actions. -
Class Summary Class Description AbstractStandardizerAction Abstract implementation of theStandardizerAction
.Changes The change set of the standardization procedure.ConcurrentStandardizerProcessor Performs standardization of molecules in concurrent mode.Standardizer 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 GuideStandardizerActionDescriptor Descriptor ofStandardizerAction
objects.
Contains all needed interface informations.StandardizerActionFactory 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
:StandardizerActionFactory.Builder Builder class forStandardizerActionFactory
.StandardizerActionFactory.StandardizerClassDescriptor Descriptor of a standardizer classStandardizerUtil Utility class for standardizer
Functionalities of old standardizer can be simulated using this class. -
Annotation Types Summary Annotation Type Description StandardizerActionInfo Standardizer action info annotation
This annotation is responsible for adding user interface related meta data forStandardizerAction
implementations