data.importers
Class ImporterMAT

java.lang.Object
  extended by data.importers.ImporterMAT

public class ImporterMAT
extends java.lang.Object

Handler for import .MAT (old Bacterial Identifier) files. The format of the source file is detailed in the user manual of the project

Version:
1.0
Author:
Oscar Flores

Nested Class Summary
static class ImporterMAT.MatrixFileFilterMAT
          A kind of FileFilter that accept .MAT filetypes
 
Constructor Summary
ImporterMAT()
           
 
Method Summary
static Matrix importFile(java.io.File f)
          Parses the data and put it in the new Matrix object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImporterMAT

public ImporterMAT()
Method Detail

importFile

public static Matrix importFile(java.io.File f)
                         throws DataException
Parses the data and put it in the new Matrix object

Parameters:
f - The file to be parsed
Returns:
The new Matrix with the imported data
Throws:
DataException