public class BiomodelsExample extends Object
| Constructor | Description | 
|---|---|
BiomodelsExample() | 
| Modifier and Type | Method | 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–2018. All rights reserved.