nl.tudelft.simulation.dsol.tutorial.section45
Class Model
java.lang.Object
nl.tudelft.simulation.dsol.tutorial.section45.Model
- All Implemented Interfaces:
- nl.tudelft.simulation.dsol.ModelInterface, java.io.Serializable
- public class Model
- extends java.lang.Object
- implements nl.tudelft.simulation.dsol.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 |
|
Method Summary |
void |
constructModel(nl.tudelft.simulation.dsol.simulators.SimulatorInterface simulator)
|
static void |
main(java.lang.String[] args)
commandline executes the 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(nl.tudelft.simulation.dsol.simulators.SimulatorInterface simulator)
throws nl.tudelft.simulation.dsol.SimRuntimeException,
java.rmi.RemoteException
- Specified by:
constructModel in interface nl.tudelft.simulation.dsol.ModelInterface
- Throws:
nl.tudelft.simulation.dsol.SimRuntimeException
java.rmi.RemoteException- See Also:
#constructModel(nl.tudelft.simulation.dsol.simulators.SimulatorInterface)
main
public static void main(java.lang.String[] args)
- commandline executes the model
- Parameters:
args - the arguments to the commandline
Copyright © 2002-2004 Delft University of Technology, the Netherlands. All Rights Reserved.