Uses of Interface
org.openscience.cdk.validate.IValidator
Packages that use IValidator
-
Uses of IValidator in org.openscience.cdk.validate
Classes in org.openscience.cdk.validate that implement IValidatorModifier and TypeClassDescriptionclassAbstract validator that does nothing but provide all the methods that the ValidatorInterface requires.classValidator which tests a number of basic chemical semantics.classThis Validator tests the internal data structures, and tries to detect inconsistencies in it.classValidates the existence of references to dictionaries.classValidates the 3D geometry of the model.classEngine that performs the validation by traversing the IChemObject hierarchy.Methods in org.openscience.cdk.validate with parameters of type IValidatorModifier and TypeMethodDescriptionvoidValidatorEngine.addValidator(IValidator validator) voidValidatorEngine.removeValidator(IValidator validator)