org.simulator.io
Class CSVImporter

java.lang.Object
  extended by org.simulator.io.CSVImporter

public class CSVImporter
extends Object

This class is for importing CSV files.

Version:
$Rev: 396 $
Author:
Roland Keller

Constructor Summary
CSVImporter()
           
 
Method Summary
 MultiTable convert(Model model, String pathname)
          Function for importing a file and adapting the data to the current model
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CSVImporter

public CSVImporter()
Method Detail

convert

public MultiTable convert(Model model,
                          String pathname)
                   throws IOException
Function for importing a file and adapting the data to the current model

Parameters:
model - the current model
pathname - the path of the file to import
Returns:
the data as a multi table
Throws:
IOException

Generated at April 19 2013
Version 1.3 Revision 424