Beispiel #1
0
 public static string GetSBMLForParameter(NameValuePair oParameter)
 {
     SBMLSupport.loadSBML(MainForm.Simulator.getSBML());
     SBMLSupport.setValue(oParameter.Name, (double) oParameter.Value);
     return SBMLSupport.getSBML();
 }
Beispiel #2
0
 public static string GetSBMLForParameter(NameValuePair oParameter)
 {
     SBMLSupport.loadSBML(MainForm.Simulator.getSBML());
     SBMLSupport.setValue(oParameter.Name, (double)oParameter.Value);
     return(SBMLSupport.getSBML());
 }