Package gov.nasa.pds.citool.ri
Class TargetRIChecker
- java.lang.Object
-
- gov.nasa.pds.citool.ri.RIChecker
-
- gov.nasa.pds.citool.ri.TargetRIChecker
-
public class TargetRIChecker extends RIChecker
Class to perform referential integrity checking on targets.- Author:
- mcayanan
-
-
Field Summary
-
Fields inherited from class gov.nasa.pds.citool.ri.RIChecker
supportFile
-
-
Constructor Summary
Constructors Constructor Description TargetRIChecker()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RIType
getType()
void
peformCheck(List<gov.nasa.pds.tools.label.Label> parentLabels, List<gov.nasa.pds.tools.label.Label> childLabels)
void
performCheck(List<gov.nasa.pds.tools.label.Label> parents, List<gov.nasa.pds.tools.label.Label> children)
Determine if the supplied list of catalog files has referential integrity.-
Methods inherited from class gov.nasa.pds.citool.ri.RIChecker
addProblem, addProblems, getProblems, getUnmatchedValues, getUnmatchedValues, hasProblems, setSupportFile
-
-
-
-
Method Detail
-
peformCheck
public void peformCheck(List<gov.nasa.pds.tools.label.Label> parentLabels, List<gov.nasa.pds.tools.label.Label> childLabels)
-
performCheck
public void performCheck(List<gov.nasa.pds.tools.label.Label> parents, List<gov.nasa.pds.tools.label.Label> children)
Description copied from class:RIChecker
Determine if the supplied list of catalog files has referential integrity.- Specified by:
performCheck
in classRIChecker
- Parameters:
parents
- A list of parent labels.children
- A list of child labels.
-
-