Class AromaticityErrorChecker

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

@PublicAPI public class AromaticityErrorChecker extends AbstractStructureChecker
A descendant of AbstractStructureChecker detecting aromatization problems.
Since:
Marvin 5.3
  • Field Details

    • PROPERTY_KEY_TYPE

      public static final String PROPERTY_KEY_TYPE
      This public constant String represents the name of the property which is responsible for using the given aromatization type during the check mechanism.
      Since:
      5.4
      See Also:
    • PROPERTY_KEY_AROM_TYPE

      public static final String PROPERTY_KEY_AROM_TYPE
      This public constant String represents the name of the property which represents the arom type String property
      Since:
      5.7
      See Also:
  • Constructor Details

    • AromaticityErrorChecker

      public AromaticityErrorChecker()
      Default constructor. General aromatization will be used.
    • AromaticityErrorChecker

      public AromaticityErrorChecker(Map<String,String> params)
      Parameterized constructor. If type parameter is given and its value is basic or loose then basic/loose aromatization will be used during checking mechanism otherwise general.
      Parameters:
      params - a Map instance which contains String pairs. Key is the name of the parameter.
  • Method Details