nl.tudelft.simulation.dsol
Interface ModelInterface

All Superinterfaces:
java.io.Serializable

public interface ModelInterface
extends java.io.Serializable

The model interface defines the model object. *

(c) copyright 2003 Delft University of Technology , the Netherlands.
See for project information www.simulation.tudelft.nl
License of use: General Public License (GPL) , no warranty

Since:
1.3
Version:
1.4 2004-03-26
Author:
Peter Jacobs

Method Summary
 void constructModel(SimulatorInterface simulator)
          construct a model on a simulator
 

Method Detail

constructModel

public void constructModel(SimulatorInterface simulator)
                    throws SimRuntimeException,
                           java.rmi.RemoteException
construct a model on a simulator

Parameters:
simulator - is the simulator
Throws:
SimRuntimeException - on model failure
java.rmi.RemoteException - on network failure


Copyright © 2002-2004 Delft University of Technology, the Netherlands. All Rights Reserved.