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 classAbstractValidatorAbstract validator that does nothing but provide all the methods that the ValidatorInterface requires.classBasicValidatorValidator which tests a number of basic chemical semantics.classCDKValidatorThis Validator tests the internal data structures, and tries to detect inconsistencies in it.classDictionaryValidatorValidates the existence of references to dictionaries.classGeometry3DValidatorValidates the 3D geometry of the model.classValidatorEngineEngine 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 voidValidatorEngine. addValidator(IValidator validator)voidValidatorEngine. removeValidator(IValidator validator)
-