<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="https://wiki.biouml.org/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://wiki.biouml.org/index.php?action=history&amp;feed=atom&amp;title=Bioumlsim</id>
		<title>Bioumlsim - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://wiki.biouml.org/index.php?action=history&amp;feed=atom&amp;title=Bioumlsim"/>
		<link rel="alternate" type="text/html" href="https://wiki.biouml.org/index.php?title=Bioumlsim&amp;action=history"/>
		<updated>2026-04-29T15:27:33Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.20.3</generator>

	<entry>
		<id>https://wiki.biouml.org/index.php?title=Bioumlsim&amp;diff=9929&amp;oldid=prev</id>
		<title>Axec@dote.ru at 12:41, 2 October 2023</title>
		<link rel="alternate" type="text/html" href="https://wiki.biouml.org/index.php?title=Bioumlsim&amp;diff=9929&amp;oldid=prev"/>
				<updated>2023-10-02T12:41:28Z</updated>
		
		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;table class='diff diff-contentalign-left'&gt;
				&lt;col class='diff-marker' /&gt;
				&lt;col class='diff-content' /&gt;
				&lt;col class='diff-marker' /&gt;
				&lt;col class='diff-content' /&gt;
			&lt;tr style='vertical-align: top;'&gt;
			&lt;td colspan='2' style=&quot;background-color: white; color:black;&quot;&gt;← Older revision&lt;/td&gt;
			&lt;td colspan='2' style=&quot;background-color: white; color:black;&quot;&gt;Revision as of 12:41, 2 October 2023&lt;/td&gt;
			&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 12:&lt;/td&gt;
&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 12:&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;&amp;#160; import bioumlsim&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;&amp;#160; import bioumlsim&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;−&lt;/td&gt;&lt;td style=&quot;background: #ffa; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;&amp;#160; bsim = bioumlsim.&lt;del class=&quot;diffchange diffchange-inline&quot;&gt;BioUMLSim&lt;/del&gt;()&amp;#160; &amp;#160;  #Here JVM is starting&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;+&lt;/td&gt;&lt;td style=&quot;background: #cfc; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;&amp;#160; bsim = bioumlsim.&lt;ins class=&quot;diffchange diffchange-inline&quot;&gt;Bioumlsim&lt;/ins&gt;()&amp;#160; &amp;#160;  #Here JVM is starting&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;&amp;#160; model = bsim.loadTest()&amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; #To load your own model replace it with &amp;quot;model = bsim.load(PATH_TO_SBML)&amp;quot;&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;&amp;#160; model = bsim.loadTest()&amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; #To load your own model replace it with &amp;quot;model = bsim.load(PATH_TO_SBML)&amp;quot;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;&amp;#160; result = model.simulate(100,10)&amp;#160; #first argument: completion time, second argument: number of time points&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;&amp;#160; result = model.simulate(100,10)&amp;#160; #first argument: completion time, second argument: number of time points&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;&amp;#160; bsim.plot(result)&amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; #plot simulation result&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;&amp;#160; bsim.plot(result)&amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; &amp;#160; #plot simulation result&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/table&gt;</summary>
		<author><name>Axec@dote.ru</name></author>	</entry>

	<entry>
		<id>https://wiki.biouml.org/index.php?title=Bioumlsim&amp;diff=9924&amp;oldid=prev</id>
		<title>Axec@dote.ru: Created page with &quot;bioumlsim is a Python library providing API for BioUML simulation capabilities. Python 3.6. is required!  Source code is avaliable at [https://github.com/Biosoft-ru/bioumlsim|...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.biouml.org/index.php?title=Bioumlsim&amp;diff=9924&amp;oldid=prev"/>
				<updated>2023-09-15T12:35:15Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;bioumlsim is a Python library providing API for BioUML simulation capabilities. Python 3.6. is required!  Source code is avaliable at [https://github.com/Biosoft-ru/bioumlsim|...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;bioumlsim is a Python library providing API for BioUML simulation capabilities. Python 3.6. is required!&lt;br /&gt;
&lt;br /&gt;
Source code is avaliable at [https://github.com/Biosoft-ru/bioumlsim| github] and [https://pypi.org/project/bioumlsim/| PYPI].&lt;br /&gt;
&lt;br /&gt;
It can be installed via pip:&lt;br /&gt;
&lt;br /&gt;
 pip insall bioumlsim&lt;br /&gt;
&lt;br /&gt;
All neccessary Java libraries are already embedded into library and are downloaded along with python code.&lt;br /&gt;
&lt;br /&gt;
Demo python code:&lt;br /&gt;
&lt;br /&gt;
 import bioumlsim&lt;br /&gt;
 bsim = bioumlsim.BioUMLSim()     #Here JVM is starting&lt;br /&gt;
 model = bsim.loadTest()          #To load your own model replace it with &amp;quot;model = bsim.load(PATH_TO_SBML)&amp;quot;&lt;br /&gt;
 result = model.simulate(100,10)  #first argument: completion time, second argument: number of time points&lt;br /&gt;
 bsim.plot(result)                #plot simulation result&lt;/div&gt;</summary>
		<author><name>Axec@dote.ru</name></author>	</entry>

	</feed>