nl.liacs.subdisc
Class FileLoaderARFF

java.lang.Object
  extended by nl.liacs.subdisc.FileLoaderARFF
All Implemented Interfaces:
FileLoaderInterface

public class FileLoaderARFF
extends java.lang.Object
implements FileLoaderInterface


Field Summary
 
Fields inherited from interface nl.liacs.subdisc.FileLoaderInterface
DEFAULT_SEPARATOR
 
Constructor Summary
FileLoaderARFF(java.io.File theFile)
           
FileLoaderARFF(java.io.File theFile, Table theTable)
           
 
Method Summary
 Table getTable()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileLoaderARFF

public FileLoaderARFF(java.io.File theFile)

FileLoaderARFF

public FileLoaderARFF(java.io.File theFile,
                      Table theTable)
Method Detail

getTable

public Table getTable()
Specified by:
getTable in interface FileLoaderInterface