Class StarAtomChecker

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

@PublicAPI public class StarAtomChecker extends AtomChecker
A descendant of AtomChecker detecting so called star atoms having "*" as atomic symbol.
Since:
Marvin 5.4
  • Constructor Details

    • StarAtomChecker

      public StarAtomChecker()
      Default constructor
  • Method Details

    • check

      protected boolean check(Molecule molecule, MolAtom component)
      Description copied from class: ComponentChecker
      Checks if the component with index i has problem
      Specified by:
      check in class ComponentChecker<MolAtom>
      Parameters:
      molecule - is a Molecule instance
      component - the current component to check
      Returns:
      true if the component has problem, false otherwise