biouml.plugins.simulation
Interface Simulator
- All Known Implementing Classes:
- EventLoopSimulator, DormandPrince, OdeSimulator
- public interface Simulator
General definiton of model simulator.
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()
BOTTOM