Class RgroupAttachmentErrorChecker

java.lang.Object
chemaxon.checkers.AbstractStructureChecker
chemaxon.checkers.RgroupAttachmentErrorChecker
All Implemented Interfaces:
StructureChecker, chemaxon.license.Licensable, PropertyChangeListener, Cloneable, EventListener

@PublicAPI public class RgroupAttachmentErrorChecker extends AbstractStructureChecker
A descendant of AbstractStructureChecker detecting invalid attachments in R-group definitions.
Since:
Marvin 5.7
  • Constructor Details

    • RgroupAttachmentErrorChecker

      public RgroupAttachmentErrorChecker()
      Creates a new RgroupAttachmentErrorChecker instance.
    • RgroupAttachmentErrorChecker

      public RgroupAttachmentErrorChecker(Map<String,String> params)
      Parameterized constructor. If the "permissive" parameter is given, its value will be parsed as a boolean.
      Parameters:
      params - key-value map of the parameters
  • Method Details