biouml.plugins.simulation.java
Class EventLoopSimulator
- public class EventLoopSimulator
- implements Simulator
Created by IntelliJ IDEA.
User: bober
Date: 07.10.2004
Time: 17:49:01
To change this template use Options | File Templates.
getDefaultOptions
public Object getDefaultOptions()
- Returns default options for the simulator.
getInfo
public SimulatorInfo getInfo()
- Returns simulator description.
start
public void start(Model model, Span tspan, Object options, ResultListener[] listeners, SimulatorJobControl jobControl, double[] atol, double[] rtol)
throws java.lang.Exception
stop
public void stop()
to Class biouml.plugins.simulation.ode.DormandPrince
BOTTOM