Class BondAngleChecker

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

@PublicAPI public class BondAngleChecker extends AbstractStructureChecker
Bond Angle Checker detects wrong bond angles in 2D structures.
Since:
Marvin 6.4
  • Constructor Details

    • BondAngleChecker

      public BondAngleChecker()
      Default constructor
    • BondAngleChecker

      @Deprecated public BondAngleChecker(double tolerance)
      Deprecated.
      Not used.
      Parameterized constructor. The given tolerance will be used during the checking mechanism.
      Parameters:
      tolerance - is a double value representing the maximum difference which is acceptable by the algorithm
      Since:
      5.4
  • Method Details