edu.iastate.metnet.soft
Class SOFTParser

java.lang.Object
  extended by edu.iastate.metnet.soft.SOFTParser

public class SOFTParser
extends java.lang.Object


Constructor Summary
SOFTParser()
           
 
Method Summary
 java.lang.String convertToValidXMLName(java.lang.String name)
           
 MetaOmProject createProjectFromFile(SOFTFile source, java.io.File destination, java.lang.String[] rowIDheaders)
           
 MetaOmProject createProjectFromFiles(SOFTFile[] sources, java.io.File destination, java.lang.String[] rowIDheaders)
           
 java.io.File getLastDir()
           
 javax.swing.JFrame getResultFrame()
           
static void main(java.lang.String[] args)
           
 void outputData(java.io.File outfile)
           
 void outputMetadata(java.io.File outFile)
           
 void setLastDir(java.io.File newLastDir)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SOFTParser

public SOFTParser()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.io.IOException
Parameters:
args -
Throws:
java.io.IOException

createProjectFromFile

public MetaOmProject createProjectFromFile(SOFTFile source,
                                           java.io.File destination,
                                           java.lang.String[] rowIDheaders)
                                    throws java.io.IOException
Throws:
java.io.IOException

createProjectFromFiles

public MetaOmProject createProjectFromFiles(SOFTFile[] sources,
                                            java.io.File destination,
                                            java.lang.String[] rowIDheaders)
                                     throws java.io.IOException
Throws:
java.io.IOException

setLastDir

public void setLastDir(java.io.File newLastDir)

getLastDir

public java.io.File getLastDir()

getResultFrame

public javax.swing.JFrame getResultFrame()

outputMetadata

public void outputMetadata(java.io.File outFile)
                    throws java.io.FileNotFoundException
Throws:
java.io.FileNotFoundException

outputData

public void outputData(java.io.File outfile)
                throws java.io.FileNotFoundException
Throws:
java.io.FileNotFoundException

convertToValidXMLName

public java.lang.String convertToValidXMLName(java.lang.String name)