Class PseudoAtomChecker

All Implemented Interfaces:
StructureChecker, chemaxon.license.Licensable, PropertyChangeListener, Cloneable, EventListener

@PublicAPI public class PseudoAtomChecker extends AtomChecker
A descendant of AtomChecker detecting pseudo atoms.
Since:
Marvin 5.3
See Also:
  • Field Details

    • PROPERTY_KEY_EXCLUDED

      public static final String PROPERTY_KEY_EXCLUDED
      This public constant String represents the name of the property which is responsible for the list of excluded pseudo atom labels
      Since:
      16.9.26
      See Also:
    • PROPERTY_KEY_SEARCH_EXCLUDED

      public static final String PROPERTY_KEY_SEARCH_EXCLUDED
      See Also:
  • Constructor Details

    • PseudoAtomChecker

      public PseudoAtomChecker()
      Default constructor
    • PseudoAtomChecker

      public PseudoAtomChecker(Map<String,String> params)
  • Method Details