biouml.plugins.simulation
Interface Simulator

All Known Implementing Classes:
DormandPrince, EventLoopSimulator, OdeSimulator

public interface Simulator

General definiton of model simulator.


Method Summary
 java.lang.Object getDefaultOptions()
          Returns default options for the simulator.
 SimulatorInfo getInfo()
          Returns simulator description.
 void start(Model model, Span tspan, java.lang.Object options, ResultListener[] listeners, SimulatorJobControl jobControl, double[] atol, double[] rtol)
           
 void stop()
           
 

Method Detail

getInfo

public SimulatorInfo getInfo()
Returns simulator description.


getDefaultOptions

public java.lang.Object getDefaultOptions()
Returns default options for the simulator.


start

public void start(Model model,
                  Span tspan,
                  java.lang.Object options,
                  ResultListener[] listeners,
                  SimulatorJobControl jobControl,
                  double[] atol,
                  double[] rtol)
           throws java.lang.Exception
Throws:
java.lang.Exception

stop

public void stop()


Copyright © 2001-2003 Biosof.Ru. All Rights Reserved.