Class ValidatorEngine

  • All Implemented Interfaces:
    IValidator

    public class ValidatorEngine
    extends Object
    implements IValidator
    Engine that performs the validation by traversing the IChemObject hierarchy. Basic use of the ValidatorEngine is:
     ValidatorEngine engine = new ValidatorEngine();
     engine.addValidator(new BasicValidator());
     ValidationReport report = engine.validateMolecule(new Molecule());
     
    Author:
    Egon Willighagen <egonw@sci.kun.nl>
    Source code:
    main
    Created on:
    2003-08-22