示例#1
0
文件: Util.cs 项目: hsauro/auto-sbml
 public static string GetSBMLForParameter(NameValuePair oParameter)
 {
     SBMLSupport.loadSBML(MainForm.Simulator.getSBML());
     SBMLSupport.setValue(oParameter.Name, (double) oParameter.Value);
     return SBMLSupport.getSBML();
 }
示例#2
0
 public static string GetSBMLForParameter(NameValuePair oParameter)
 {
     SBMLSupport.loadSBML(MainForm.Simulator.getSBML());
     SBMLSupport.setValue(oParameter.Name, (double)oParameter.Value);
     return(SBMLSupport.getSBML());
 }