Package org.openscience.cdk.validate
Interface IValidator
- All Known Implementing Classes:
AbstractValidator
,BasicValidator
,CDKValidator
,DictionaryValidator
,Geometry3DValidator
,ValidatorEngine
public interface IValidator
Interface that Validators need to implement to be used in validation.
- Author:
- Egon Willighagen
- Source code:
- main
- Created on:
- 2003-03-28
-
Method Summary
Modifier and TypeMethodDescriptionvalidateAtom
(IAtom subject) validateAtomContainer
(IAtomContainer subject) validateAtomType
(IAtomType subject) validateBond
(IBond subject) validateChemFile
(IChemFile subject) validateChemModel
(IChemModel subject) validateChemObject
(IChemObject object) validateChemSequence
(IChemSequence subject) validateCrystal
(ICrystal subject) validateElement
(IElement subject) validateIsotope
(IIsotope subject) validateMolecule
(IAtomContainer subject) validateMoleculeSet
(IAtomContainerSet subject) validateReaction
(IReaction subject) validateReactionSet
(IReactionSet subject)
-
Method Details
-
validateAtom
-
validateAtomContainer
-
validateAtomType
-
validateBond
-
validateChemFile
-
validateChemModel
-
validateChemObject
-
validateChemSequence
-
validateCrystal
-
validateElectronContainer
-
validateElement
-
validateIsotope
-
validateMolecule
-
validateReaction
-
validateMoleculeSet
-
validateReactionSet
-