Uses of Class
gov.nasa.pds.tools.validate.rule.AbstractValidationChain
-
Packages that use AbstractValidationChain Package Description gov.nasa.pds.tools.validate.rule Implementations of rules for checking compliance to data standards.gov.nasa.pds.tools.validate.rule.pds4 Implementations of standards rules for the PDS4 data standard. -
-
Uses of AbstractValidationChain in gov.nasa.pds.tools.validate.rule
Subclasses of AbstractValidationChain in gov.nasa.pds.tools.validate.rule Modifier and Type Class Description class
DummyValidationChain
Implements an empty validation chain that is never applicable.class
StandardValidationChain
Implements a validation chain that is applicable if any of its contained validation commands are applicable, and performs validation by invoking all of its contained commands in turn. -
Uses of AbstractValidationChain in gov.nasa.pds.tools.validate.rule.pds4
Subclasses of AbstractValidationChain in gov.nasa.pds.tools.validate.rule.pds4 Modifier and Type Class Description class
BundleValidationRule
Implements a validation chain that validates PDS4 bundles.class
CollectionValidationRule
Implements a validation chain that validates PDS4 collections.class
DirectoryValidationRule
Implements a rule chain for validating PDS4 directories, but not necessarily bundles or collections.class
LabelValidationChain
Implements a validation chain for checking a single PDS4 label.
-