org.simulator
Class SBMLTestSuiteWrapper

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

public class SBMLTestSuiteWrapper
extends Object

Version:
$Rev: 324 $
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 -
Throws:
NumberFormatException
FileNotFoundException
IOException
URISyntaxException

Generated December 13 2012