Structure Checker Developer's Guide

This guide will show you how to implement your own checkers and fixers and use them to fix structures in ChemAxon products. Basic knowledge of Java programming language is required to understand this training material.

Following these instructions, you will learn how to:

  • Implement a new Checker and integrate it to ChemAxon products;

  • Create graphical editor to specify checker options;

  • Use a Fixer implemented by ChemAxon to fix the problems detected by the new Checker;

  • Implement a new Fixer and use it as an alternative fix option.