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

Definition

Description

The definition for the mass environment for run the simulation

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

Declare

            
# namespace SMRUCC.genomics.GCModeller.ModellingEngine.BootstrapLoader.Definitions
export class Definition {
   ADP: string;
   # amino acid metabolite id mapping for construct of the polypeptide in translation process
   AminoAcid: AminoAcid;
   Ammonia: string;
   ATP: string;
   # the compartment id of the Culture medium
   CultureMedium: string;
   # define the id mapping to some general compounds
   GenericCompounds: list;
   # nucleotide metabolite id mapping for construct of the RNA molecule in the transcription process.
   NucleicAcid: NucleicAcid;
   Oxygen: string;
   # define of the cell initial status.
   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]