Uses of Interface
org.openscience.cdk.validate.IValidator
-
Packages that use IValidator Package Description org.openscience.cdk.validate -
-
Uses of IValidator in org.openscience.cdk.validate
Classes in org.openscience.cdk.validate that implement IValidator Modifier and Type Class Description class
AbstractValidator
Abstract validator that does nothing but provide all the methods that the ValidatorInterface requires.class
BasicValidator
Validator which tests a number of basic chemical semantics.class
CDKValidator
This Validator tests the internal data structures, and tries to detect inconsistencies in it.class
DictionaryValidator
Validates the existence of references to dictionaries.class
Geometry3DValidator
Validates the 3D geometry of the model.class
ValidatorEngine
Engine that performs the validation by traversing the IChemObject hierarchy.Methods in org.openscience.cdk.validate with parameters of type IValidator Modifier and Type Method Description void
ValidatorEngine. addValidator(IValidator validator)
void
ValidatorEngine. removeValidator(IValidator validator)
-