The GCModeller raw data writer
Writer
00 Remarks
(写数据模块)
01 Syntax
SMRUCC.genomics.GCModeller.ModellingEngine.IO.Raw.Writer
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| Init | 1 | 将编号列表写入的原始文件之中 |
| WriteMassData | 1 | |
| WriteFluxData | 1 |
03 Members
Init
将编号列表写入的原始文件之中
WriteMassData(
String, Double, Dictionary(Of String, Double))Parameters
| Name | Type | Description |
|---|---|---|
module | String | the molecule data types |
time | Double | the time tick point |
snapshot | Dictionary(Of String, Double) | The snapshot value after the loop cycle in time point |
WriteFluxData(
String, Double, Dictionary(Of String, Double))Parameters
| Name | Type | Description |
|---|---|---|
module | String | the molecule data types |
time | Double | the time tick point |
snapshot | Dictionary(Of String, Double) | The snapshot value after the loop cycle in time point |