nl.tudelft.simulation.dsol
Interface ModelInterface

All Superinterfaces:
Serializable

public interface ModelInterface
extends Serializable

The model interface defines the model object.

(c) copyright 2002-2005 Delft University of Technology , the Netherlands.
See for project information www.simulation.tudelft.nl
License of use: Lesser General Public License (LGPL) , no warranty.

Since:
1.3
Version:
$Revision: 1.1 $ $Date: 2007/01/06 13:21:28 $
Author:
Peter Jacobs

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

Method Detail

constructModel

void constructModel(SimulatorInterface simulator)
                    throws SimRuntimeException,
                           RemoteException
construct a model on a simulator

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


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