DLESE Tools
v1.6.0

org.dlese.dpc.schemedit.ndr.util.integration
Class MisMatches

java.lang.Object
  extended by org.dlese.dpc.schemedit.ndr.util.integration.MisMatches

public class MisMatches
extends Object

Reads spreadsheet data (xml file created from spreadsheet) with data supplied by NSDL but augmented from NCS Collect records, with the purpose of determining overlaps and gaps between the collection management info in both models.

Author:
Jonathan Ostwald

Field Summary
static String dataFile
           
 List mismatches
           
 
Constructor Summary
MisMatches()
          Constructor for the MisMatches object
 
Method Summary
static void main(String[] args)
          NOT YET DOCUMENTED
static void setup()
           
static void taosSetup()
           
 String toString()
          NOT YET DOCUMENTED
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

dataFile

public static String dataFile

mismatches

public List mismatches
Constructor Detail

MisMatches

public MisMatches()
           throws Exception
Constructor for the MisMatches object

Throws:
Exception - NOT YET DOCUMENTED
Method Detail

toString

public String toString()
NOT YET DOCUMENTED

Overrides:
toString in class Object
Returns:
NOT YET DOCUMENTED

setup

public static void setup()

taosSetup

public static void taosSetup()

main

public static void main(String[] args)
                 throws Exception
NOT YET DOCUMENTED

Parameters:
args - NOT YET DOCUMENTED
Throws:
Exception - NOT YET DOCUMENTED

DLESE Tools
v1.6.0