public class CSVImporter extends Object
| Constructor and Description |
|---|
CSVImporter() |
| Modifier and Type | Method and Description |
|---|---|
MultiTable |
readMultiTableFromCSV(org.sbml.jsbml.Model model,
String pathname)
Converts the content of the CSV file in the form of the MultiTable.
|
public MultiTable readMultiTableFromCSV(org.sbml.jsbml.Model model, String pathname) throws IOException
model - the SBML Modelpathname - path of the CSV fileIOExceptionCopyright © 2007–2021. All rights reserved.