Class MissingAtomMapChecker

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

@PublicAPI public class MissingAtomMapChecker extends AtomChecker
MissingAtomMapChecker detects unmapped atoms.
Since:
Marvin 5.3
  • Constructor Details

    • MissingAtomMapChecker

      public MissingAtomMapChecker()
      Default constructor
  • Method Details

    • check

      protected boolean check(Molecule molecule, MolAtom atom)
      Check the atom of the molecule with index i has no atom map.
      Specified by:
      check in class ComponentChecker<MolAtom>
      Parameters:
      molecule - is a Molecule instance
      atom - the current component to check
      Returns:
      true if the component has problem, false otherwise