org.simulator
Class SimulatorTest

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

public class SimulatorTest
extends Object

A simple program that performs a simulation of a model.

Since:
0.9
Version:
$Rev: 203 $
Author:
Andreas Dräger

Constructor Summary
SimulatorTest()
           
 
Method Summary
static void main(String[] args)
          Starts a simulation at the command line.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimulatorTest

public SimulatorTest()
Method Detail

main

public static void main(String[] args)
                 throws XMLStreamException,
                        IOException,
                        ModelOverdeterminedException,
                        SBMLException,
                        DerivativeException
Starts a simulation at the command line.

Parameters:
args - file name, step size, and end time.
Throws:
IOException
XMLStreamException
SBMLException
ModelOverdeterminedException
DerivativeException