Definition {SMRUCC.genomics.GCModeller.ModellingEngine.BootstrapLoader.Definitions} .NET clr documentation

Definition

Description

因为物质编号可能会来自于不同的数据库,所以会需要使用这个对象将一些关键的物质映射为计算引擎所能够被识别的对象

Declare

            
# namespace SMRUCC.genomics.GCModeller.ModellingEngine.BootstrapLoader.Definitions
export class Definition {
   ADP: string;
   AminoAcid: AminoAcid;
   ATP: string;
   GenericCompounds: list;
   NucleicAcid: NucleicAcid;
   Oxygen: string;
   # 对细胞的初始状态的定义
   #  初始物质浓度
   status: list;
   Water: string;
}

        

.NET clr type reference tree

  1. use by property member AminoAcid: AminoAcid
  2. use by property member GenericCompounds: list
  3. use by property member NucleicAcid: NucleicAcid
  4. use by property member status: list

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