nl.tudelft.simulation.examples.dsol.port
Class Model

java.lang.Object
  extended by 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
 
Method Summary
 void constructModel(SimulatorInterface simulator)
           
static void main(String[] args)
          commandline executes the model
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Model

public Model()
constructs a new Model

Method Detail

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.