edu.iastate.metnet.soft
Class SOFTParser
java.lang.Object
edu.iastate.metnet.soft.SOFTParser
public class SOFTParser
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SOFTParser
public SOFTParser()
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)