Package chemaxon.fixers
Class PartialCleanFixer
- java.lang.Object
-
- chemaxon.fixers.AbstractStructureFixer
-
- chemaxon.fixers.PartialCleanFixer
-
- All Implemented Interfaces:
StructureFixer
@PublicAPI public class PartialCleanFixer extends AbstractStructureFixer
Partial clean- Since:
- Marvin 5.3
-
-
Constructor Summary
Constructors Constructor Description PartialCleanFixer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
fix(StructureCheckerResult result)
Fixes one molecule problem identified by the resultboolean
fixable(StructureCheckerResult result)
Gets whether the result is fixable.-
Methods inherited from class chemaxon.fixers.AbstractStructureFixer
getDescription, getDescriptor, getName, setDescription, setName
-
-
-
-
Method Detail
-
fix
public boolean fix(StructureCheckerResult result)
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
-
fixable
public boolean fixable(StructureCheckerResult result)
Gets whether the result is fixable. (Does not contain fragments)- Parameters:
result
- the structure checker result- Returns:
- whether the result is fixable
-
-