org.simulator
Class TestBiomodels

java.lang.Object
  extended by org.simulator.TestBiomodels

public class TestBiomodels
extends Object

* This class can test the simulation of all models from biomodels.org.

Version:
$Rev: 331 $
Author:
Roland Keller

Constructor Summary
TestBiomodels()
           
 
Method Summary
static void main(String[] args)
          * Input: directory with models (containing the biomodels), first model to be simulated, last model to be simulated,
static void testBiomodels(String file, int from, int to)
          Tests the models of biomodels.org using the RosenbrockSolver as integrator
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestBiomodels

public TestBiomodels()
Method Detail

testBiomodels

public static void testBiomodels(String file,
                                 int from,
                                 int to)
                          throws FileNotFoundException,
                                 IOException
Tests the models of biomodels.org using the RosenbrockSolver as integrator

Parameters:
file -
from -
to -
Throws:
FileNotFoundException
IOException

main

public static void main(String[] args)
                 throws IOException,
                        URISyntaxException
* Input:
  1. directory with models (containing the biomodels),
  2. first model to be simulated,
  3. last model to be simulated,

Parameters:
args -
Throws:
IOException
URISyntaxException

Generated December 13 2012