Uses of Class
org.openscience.cdk.validate.ValidationTest
Packages that use ValidationTest
-
Uses of ValidationTest in org.openscience.cdk.validate
Methods in org.openscience.cdk.validate that return types with arguments of type ValidationTestModifier and TypeMethodDescriptionValidationReport.getCDKErrors()Returns an array of ValidationTest indicating CDK problems.ValidationReport.getErrors()Returns an array of ValidationTest errors.ValidationReport.getOKs()Returns an array of ValidationTest which did not find problems.ValidationReport.getWarnings()Returns an array of ValidationTest warnings.Methods in org.openscience.cdk.validate with parameters of type ValidationTestModifier and TypeMethodDescriptionvoidValidationReport.addCDKError(ValidationTest test) Adds a CDK problem.voidValidationReport.addError(ValidationTest test) Adds a validation test which gives serious errors.voidValidationReport.addOK(ValidationTest test) Adds a validation test which did not find a problem.voidValidationReport.addWarning(ValidationTest test) Adds a validation test which indicate a possible problem.