Package gov.nasa.pds.citool.ri
Class MissionRIChecker
- java.lang.Object
-
- gov.nasa.pds.citool.ri.RIChecker
-
- gov.nasa.pds.citool.ri.MissionRIChecker
-
public class MissionRIChecker extends RIChecker
Class to do referential integrity checking on missions.- Author:
- mcayanan
-
-
Field Summary
-
Fields inherited from class gov.nasa.pds.citool.ri.RIChecker
supportFile
-
-
Constructor Summary
Constructors Constructor Description MissionRIChecker()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RIType
getType()
void
performCheck(List<gov.nasa.pds.tools.label.Label> parentLabels, List<gov.nasa.pds.tools.label.Label> childLabels)
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
-
performCheck
public void performCheck(List<gov.nasa.pds.tools.label.Label> parentLabels, List<gov.nasa.pds.tools.label.Label> childLabels)
Description copied from class:RIChecker
Determine if the supplied list of catalog files has referential integrity.- Specified by:
performCheck
in classRIChecker
- Parameters:
parentLabels
- A list of parent labels.childLabels
- A list of child labels.
-
-