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

Factor

Description

A mass factor(molecule entity) insdie the simulator runtime environment

一个变量因子,这个对象主要是用于存储值

Declare

            
# namespace SMRUCC.genomics.GCModeller.ModellingEngine.Dynamics.Core
export class Factor {
   # the cellular compartment id reference of this molecule entity
   cellular_compartment: string;
   # the unique reference id of current molecule
   ID: string;
   # the molecule entity name, just used for debug view
   name: string;
   # 分子角色
   role: MassRoles;
   template_id: string;
   Value: double;
}

        

.NET clr type reference tree

  1. use by property member role: MassRoles

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