Class ThreeDimensionChecker

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

@PublicAPI public class ThreeDimensionChecker extends AtomChecker
A descendant of AtomChecker detecting atoms having non-zero Z coordinates.
Since:
Marvin 5.3
  • Constructor Details

    • ThreeDimensionChecker

      public ThreeDimensionChecker()
      Default constructor
  • Method Details

    • check

      protected boolean check(Molecule molecule, MolAtom atom)
      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
      atom - the current component to check
      Returns:
      true if the component has problem, false otherwise