예제 #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());
 }