Package chemaxon.standardizer.actions
Class AbsoluteStereoAction
java.lang.Object
chemaxon.standardizer.AbstractStandardizerAction
chemaxon.standardizer.actions.AbsoluteStereoAction
- All Implemented Interfaces:
- chemaxon.license.Licensable,- StandardizerAction,- PropertyChangeListener,- Cloneable,- EventListener
@Deprecated(forRemoval=true)
@SubjectToRemoval(date=JUL_01_2025)
@PublicApi
public final class AbsoluteStereoAction
extends AbstractStandardizerAction
Deprecated, for removal: This API element is subject to removal in a future version.
Absolute stereo standardizer action
- Since:
- 5.11
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic enumDeprecated, for removal: This API element is subject to removal in a future version.Type of absolute stereo action
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final StringDeprecated, for removal: This API element is subject to removal in a future version.Key of type for parsing and property changestatic final StringDeprecated, for removal: This API element is subject to removal in a future version.Key of type for parsing and property changeFields inherited from class chemaxon.standardizer.AbstractStandardizerActionCONFIG_PATH_KEY, FORMAT_KEY, ID_KEY, support
- 
Constructor SummaryConstructorsConstructorDescriptionAbsoluteStereoAction(Map<String, String> params) Deprecated, for removal: This API element is subject to removal in a future version.Initializes the action with parameters
- 
Method SummaryModifier and TypeMethodDescriptionclone()Deprecated, for removal: This API element is subject to removal in a future version.getType()Deprecated, for removal: This API element is subject to removal in a future version.Gets the type of absolute stereo actionvoidDeprecated, for removal: This API element is subject to removal in a future version.Sets the type of absolute stereo actionprotected Changesstandardize1(Molecule molecule) Deprecated, for removal: This API element is subject to removal in a future version.This method contains the current standardization mechanism.toString()Deprecated, for removal: This API element is subject to removal in a future version.Methods inherited from class chemaxon.standardizer.AbstractStandardizerActionaddPropertyChangeListener, addPropertyChangeListener, anyBooleanPropertyTrue, cloneItem, getComponents, getDescriptor, getID, isActive, isAvailable, isLicensed, isValid, propertyChange, removePropertyChangeListener, removePropertyChangeListener, setActive, setID, setLicenseEnvironment, setValid, standardize
- 
Field Details- 
ACT_KEYDeprecated, for removal: This API element is subject to removal in a future version.Key of type for parsing and property change- See Also:
 
- 
TYPE_KEYDeprecated, for removal: This API element is subject to removal in a future version.Key of type for parsing and property change- See Also:
 
 
- 
- 
Constructor Details- 
AbsoluteStereoActionDeprecated, for removal: This API element is subject to removal in a future version.Initializes the action with parameters- Parameters:
- params- the parameters of the action
 
 
- 
- 
Method Details- 
setTypeDeprecated, for removal: This API element is subject to removal in a future version.Sets the type of absolute stereo action- Parameters:
- type- the type of absolute stereo action
 
- 
getTypeDeprecated, for removal: This API element is subject to removal in a future version.Gets the type of absolute stereo action- Returns:
- the type of absolute stereo action
 
- 
standardize1Deprecated, for removal: This API element is subject to removal in a future version.Description copied from class:AbstractStandardizerActionThis method contains the current standardization mechanism. Descendants needs to implement this method.
 Special molecules containing more components (e.g.RgMolecule,RxnMolecule) are decomponented by the methodAbstractStandardizerAction.getComponents(Molecule), andAbstractStandardizerAction.standardize1(Molecule)method is called on each component, before applied on the original molecule. If a descendant does not want this to occur, this method must be overridden.
 Logs of standardization should be generated to aLogger, that can be collected by usingStandardizerLogger.getLogger()method.- Specified by:
- standardize1in class- AbstractStandardizerAction
- Parameters:
- molecule- the- Moleculeinstance to be standardized
- Returns:
- the changes applied on the molecule during the standardization process
 
- 
cloneDeprecated, for removal: This API element is subject to removal in a future version.- Overrides:
- clonein class- AbstractStandardizerAction
- Throws:
- CloneNotSupportedException
 
- 
toStringDeprecated, for removal: This API element is subject to removal in a future version.- Overrides:
- toStringin class- AbstractStandardizerAction
 
 
- 
SetAbsoluteStereoActionorRemoveAbsoluteStereoActioninstead