Class MarkAsMajorFixer

All Implemented Interfaces:
StructureFixer

@PublicApi public final class MarkAsMajorFixer extends AbstractStructureFixer
A descendant of AbstractStructureFixer which adds an attached data to the bond: "STEREO = M"
Since:
Marvin 5.12
  • Constructor Details

    • MarkAsMajorFixer

      public MarkAsMajorFixer()
      Initializes the fixer
  • Method Details

    • fix

      public boolean fix(StructureCheckerResult result)
      Description copied from interface: StructureFixer
      Fixes one molecule problem identified by the result
      Parameters:
      result - is an instance of StructureCheckerResult which identifies the problem
      Returns:
      true if the fix was successful false otherwise