public class BiomodelsExample extends Object
| Constructor and Description |
|---|
BiomodelsExample() |
| Modifier and Type | Method and Description |
|---|---|
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 |
public static void testBiomodels(String file, int from, int to) throws FileNotFoundException, IOException
RosenbrockSolver as integratorfile - from - to - FileNotFoundExceptionIOExceptionpublic static void main(String[] args) throws IOException, URISyntaxException
args - IOExceptionURISyntaxExceptionCopyright © 2007–2021. All rights reserved.