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.IProcessedSedMLSimulationResults
public double[][] getData()
getData
in interface org.jlibsedml.execution.IProcessedSedMLSimulationResults
public Double[] getDataByColumnId(String id)
getDataByColumnId
in interface org.jlibsedml.execution.IProcessedSedMLSimulationResults
public Double[] getDataByColumnIndex(int indx)
getDataByColumnIndex
in interface org.jlibsedml.execution.IProcessedSedMLSimulationResults
public int getIndexByColumnID(String colID)
getIndexByColumnID
in interface org.jlibsedml.execution.IProcessedSedMLSimulationResults
public int getNumColumns()
getNumColumns
in interface org.jlibsedml.execution.IProcessedSedMLSimulationResults
public int getNumDataRows()
getNumDataRows
in interface org.jlibsedml.execution.IProcessedSedMLSimulationResults
public org.jlibsedml.execution.IModel2DataMappings getMappings()
getMappings
in interface org.jlibsedml.execution.IRawSedmlSimulationResults
Copyright © 2007–2021. All rights reserved.