Vessel {SMRUCC.genomics.GCModeller.ModellingEngine.Dynamics.Core} .NET clr documentation

Vessel

Description

一个反应容器,也是一个微环境,这在这个反应容器之中包含有所有的反应过程 (这是一个通用的生物化学反应过程模拟器,是整个虚拟细胞计算引擎的核心部件)

a container of a set of the reaction Channel and mass Factor.

Declare

            
# namespace SMRUCC.genomics.GCModeller.ModellingEngine.Dynamics.Core
export class Vessel {
   # 当前的这个微环境之中的所有的反应过程列表,在这个集合之中包括有:
   #  
   #  1. 代谢过程
   #  2. 转录过程
   #  3. 翻译过程
   #  4. 跨膜转运过程
   Channels: Channel[];
   # 当前的这个微环境之中的所有的物质列表,会包括代谢物,氨基酸,RNA等物质信息
   MassEnvironment: Factor[];
}

        

.NET clr type reference tree

  1. use by property member Channels: Channel
  2. use by property member MassEnvironment: Factor

[Package {$package} version {$version} Index]