public class MultTableSEDMLWrapper extends Object implements org.jlibsedml.execution.IRawSedmlSimulationResults
getMultiTable() method.
All methods accessing data access the underlying MultiTable object.
Changes to a
MultiTable object will therefore be visible to this class, i.e., it does not make a
separate copy of the data.
| Constructor and Description |
|---|
MultTableSEDMLWrapper(MultiTable mTable) |
| Modifier and Type | Method and Description |
|---|---|
String[] |
getColumnHeaders() |
double[][] |
getData() |
Double[] |
getDataByColumnId(String id) |
Double[] |
getDataByColumnIndex(int indx) |
int |
getIndexByColumnID(String colID) |
org.jlibsedml.execution.IModel2DataMappings |
getMappings() |
MultiTable |
getMultiTable()
Gets the underlying
MultiTable wrapped by this class. |
int |
getNumColumns() |
int |
getNumDataRows() |
public MultTableSEDMLWrapper(MultiTable mTable)
mTable - public MultiTable getMultiTable()
MultiTable wrapped by this class.public String[] getColumnHeaders()
getColumnHeaders in interface org.jlibsedml.execution.IProcessedSedMLSimulationResultspublic double[][] getData()
getData in interface org.jlibsedml.execution.IProcessedSedMLSimulationResultspublic Double[] getDataByColumnId(String id)
getDataByColumnId in interface org.jlibsedml.execution.IProcessedSedMLSimulationResultspublic Double[] getDataByColumnIndex(int indx)
getDataByColumnIndex in interface org.jlibsedml.execution.IProcessedSedMLSimulationResultspublic int getIndexByColumnID(String colID)
getIndexByColumnID in interface org.jlibsedml.execution.IProcessedSedMLSimulationResultspublic int getNumColumns()
getNumColumns in interface org.jlibsedml.execution.IProcessedSedMLSimulationResultspublic int getNumDataRows()
getNumDataRows in interface org.jlibsedml.execution.IProcessedSedMLSimulationResultspublic org.jlibsedml.execution.IModel2DataMappings getMappings()
getMappings in interface org.jlibsedml.execution.IRawSedmlSimulationResultsCopyright © 2007–2021. All rights reserved.