Interface | Description |
---|---|
ConcurrentStandardizerProcessor.MolTransformer |
Molecule transformer.
|
StandardizerAction |
Interface of standardizer actions.
Actions are the basic individual components of the standardization process. |
Class | Description |
---|---|
AbstractStandardizerAction |
Abstract implementation of the
StandardizerAction . |
Changes |
The change set of the standardization procedure.
Contains a clone of the original molecule, the result molecule and a map of atoms and atom-indexes for each atom of the input molecule. |
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 Guide |
StandardizerActionDescriptor |
Descriptor of
StandardizerAction objects.Contains all needed interface informations. |
StandardizerActionFactory |
Factory of
StandardizerAction 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 the StandardizerActionFactory.DEFAULT_CONFIGURATION_SCHEMA : |
StandardizerActionFactory.Builder |
Builder class for
StandardizerActionFactory . |
StandardizerActionFactory.StandardizerClassDescriptor |
Descriptor of a standardizer class
|
StandardizerUtil |
Utility class for standardizer
Functionalities of old standardizer can be simulated using this class. |
Annotation Type | Description |
---|---|
StandardizerActionInfo |
Standardizer action info annotation
This annotation is responsible for adding user interface related meta data for StandardizerAction
implementations |