gov.nih.nci.caarray.services.util.mage
Class MAGEReader

java.lang.Object
  extended by gov.nih.nci.caarray.services.util.mage.MAGEReader

Deprecated. Use mageloader.DatabaseImportMAGEReader instead

public final class MAGEReader
extends java.lang.Object

Author:
tranp

Constructor Summary
MAGEReader(java.lang.String directory, java.lang.String[] fileNames)
          Deprecated. Reading multiple MAGE-ML files.
 
Method Summary
 MAGEJava getMAGEobj()
          Deprecated.  
static void main(java.lang.String[] args)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MAGEReader

public MAGEReader(java.lang.String directory,
                  java.lang.String[] fileNames)
           throws java.io.FileNotFoundException
Deprecated. 
Reading multiple MAGE-ML files. MAGE-ML files typically have reference identifiers in one file and the fully defined elements in another. Therefore, to ensure the references are resolved, specify the files that describe the elements before the ones that have references to them from left to right.

Throws:
java.io.FileNotFoundException
Method Detail

getMAGEobj

public MAGEJava getMAGEobj()
Deprecated. 

main

public static void main(java.lang.String[] args)
                 throws java.text.ParseException
Deprecated. 
Throws:
java.text.ParseException