nl.tudelft.simulation.examples.dsol.port
Class Model
java.lang.Object
nl.tudelft.simulation.examples.dsol.port.Model
- All Implemented Interfaces:
- Serializable, ModelInterface
public class Model
- extends Object
- implements ModelInterface
A Model
(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
- Version:
- 1.0 Jan 19, 2004
- Author:
- Peter
Jacobs
- See Also:
- Serialized Form
Constructor Summary |
Model()
constructs a new Model |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Model
public Model()
- constructs a new Model
constructModel
public void constructModel(SimulatorInterface simulator)
throws SimRuntimeException,
RemoteException
- Specified by:
constructModel
in interface ModelInterface
- Throws:
SimRuntimeException
RemoteException
- See Also:
#constructModel(nl.tudelft.simulation.dsol.simulators.SimulatorInterface)
main
public static void main(String[] args)
- commandline executes the model
- Parameters:
args
- the arguments to the commandline
Copyright © 2002-2010 Delft University of Technology, the Netherlands. All Rights Reserved.