gov.nasa.pds.citool.ri
Class InstrumentHostRIChecker

java.lang.Object
  extended by gov.nasa.pds.citool.ri.RIChecker
      extended by gov.nasa.pds.citool.ri.InstrumentHostRIChecker

public class InstrumentHostRIChecker
extends RIChecker

Class to do referential integrity checking on instrument hosts.

Author:
mcayanan

Field Summary
 
Fields inherited from class gov.nasa.pds.citool.ri.RIChecker
supportFile
 
Constructor Summary
InstrumentHostRIChecker()
           
 
Method Summary
 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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InstrumentHostRIChecker

public InstrumentHostRIChecker()
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 class RIChecker
Parameters:
parentLabels - A list of parent labels.
childLabels - A list of child labels.

getType

public RIType getType()
Specified by:
getType in class RIChecker


Copyright © 2010–2015 Planetary Data System. All rights reserved.