| Factor {SMRUCC.genomics.GCModeller.ModellingEngine.Dynamics.Core} | .NET clr documentation | 
A mass factor(molecule entity) insdie the simulator runtime environment
一个变量因子,这个对象主要是用于存储值
            
# 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;
}
        
        role: MassRoles