| Model {SMRUCC.genomics.Analysis.SSystem.Script} | .NET clr documentation | 
可以被保存至文件的脚本模型对象
            
# namespace SMRUCC.genomics.Analysis.SSystem.Script
export class Model extends ModelBaseType {
   Comment: string;
   # 假若在脚本里面,常数值是表达式,则求值的顺序会是从上到下
   Constant: NamedValue`1[];
   # The disturbing factors in this system.
   #  (系统中的干扰因素的集合)
   Experiments: Experiment[];
   # The ticks count value of the time that exit this simulation.
   #  (整个内核运行的退出时间)
   FinalTime: integer;
   properties: Property;
   # The data channel in this system kernel.
   #  (系统中的反应过程数据通道)
   sEquations: SEquation[];
   Stylesheet: XmlStyleProcessor;
   Summary: string;
   Title: string;
   TypeComment: XmlComment;
   # The user define function.
   UserFunc: Function[];
   # A collection of the system variables.
   #  (系统中的运行变量的集合)
   Vars: var[];
}
        
        Constant: NamedValue`1Experiments: Experimentproperties: PropertysEquations: SEquationStylesheet: XmlStyleProcessorTypeComment: XmlCommentUserFunc: FunctionVars: var