Simulation Core Library

org.simulator
Class SBMLTestSuiteWrapper

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

public class SBMLTestSuiteWrapper
extends Object

Automatically evaluates models from the SBML Test Suite within a given range of model numbers, thereby using the RosenbrockSolver as integration method.

Version:
$Rev: 454 $
Author:
Roland Keller

Constructor Summary
SBMLTestSuiteWrapper()
           
 
Method Summary
static void main(String[] args)
           
static void testRosenbrockSolver(String path, int modelnr, String outputPath, int level, int version)
          Computes a statistic for the SBML test suite 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

SBMLTestSuiteWrapper

public SBMLTestSuiteWrapper()
Method Detail

testRosenbrockSolver

public static void testRosenbrockSolver(String path,
                                        int modelnr,
                                        String outputPath,
                                        int level,
                                        int version)
                                 throws FileNotFoundException,
                                        IOException,
                                        URISyntaxException
Computes a statistic for the SBML test suite using the RosenbrockSolver as integrator

Parameters:
path -
modelnr -
outputPath -
level -
version -
Throws:
FileNotFoundException
IOException
URISyntaxException

main

public static void main(String[] args)
                 throws NumberFormatException,
                        FileNotFoundException,
                        IOException,
                        URISyntaxException
Parameters:
args - Expected arguments are (in this order): the path to the SBML Test Suite, number of the model where to start the test, out path (i.e., the path where to store results), SBML Level, SBML version (for the given level), number of the last test case to be evaluated
Throws:
NumberFormatException
FileNotFoundException
IOException
URISyntaxException

Generated at March 17 2014
Version 1.4 Revision 453