@PublicAPI public class RemoveAbsoluteStereoAction extends AbstractStandardizerAction
CONFIG_PATH_KEY, FORMAT_KEY, ID_KEY, support
Constructor and Description |
---|
RemoveAbsoluteStereoAction(java.util.Map<java.lang.String,java.lang.String> params)
Initializes a remove absolute stereo action
|
Modifier and Type | Method and Description |
---|---|
protected Changes |
standardize1(Molecule molecule)
This method contains the current standardization mechanism.
|
addPropertyChangeListener, addPropertyChangeListener, clone, cloneItem, getComponents, getDescriptor, getID, isActive, isAvailable, isLicensed, isValid, propertyChange, removePropertyChangeListener, removePropertyChangeListener, setActive, setID, setLicenseEnvironment, setValid, standardize, toString
public RemoveAbsoluteStereoAction(java.util.Map<java.lang.String,java.lang.String> params)
params
- the parameters of the actionprotected Changes standardize1(Molecule molecule) throws java.lang.IllegalArgumentException
AbstractStandardizerAction
RgMolecule
,
RxnMolecule
) are decomponented by the method
AbstractStandardizerAction.getComponents(Molecule)
, and AbstractStandardizerAction.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.Logger
, that can
be collected by using StandardizerLogger.getLogger()
method.standardize1
in class AbstractStandardizerAction
molecule
- the Molecule
instance to be standardizedjava.lang.IllegalArgumentException
- if the provided molecule or the provided parameters of the
action are invalid