Package chemaxon.fixers
Class CrossedDoubleBondFixer
java.lang.Object
chemaxon.fixers.AbstractStructureFixer
chemaxon.fixers.CrossedDoubleBondFixer
- All Implemented Interfaces:
StructureFixer
@Deprecated(forRemoval=true)
@SubjectToRemoval(date=JUL_01_2025)
@PublicApi
public class CrossedDoubleBondFixer
extends AbstractStructureFixer
Deprecated, for removal: This API element is subject to removal in a future version.
A descendant of
AbstractStructureFixer
which converts crossed double
bond to wiggly- Since:
- Marvin 5.3
-
Constructor Summary
ConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionboolean
fix
(StructureCheckerResult result) Deprecated, for removal: This API element is subject to removal in a future version.Fixes one molecule problem identified by the resultMethods inherited from class chemaxon.fixers.AbstractStructureFixer
getDescription, getDescriptor, getName, setDescription, setName
-
Constructor Details
-
CrossedDoubleBondFixer
public CrossedDoubleBondFixer()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
fix
Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:StructureFixer
Fixes one molecule problem identified by the result- Parameters:
result
- is an instance ofStructureCheckerResult
which identifies the problem- Returns:
- true if the fix was successful false otherwise
-
ConvertToWigglyDoubleBondFixer