nl.tudelft.simulation.dsol.tutorial.section45
Class BoatModel

java.lang.Object
  extended by nl.tudelft.simulation.dsol.tutorial.section45.BoatModel
All Implemented Interfaces:
Serializable, ModelInterface

public class BoatModel
extends Object
implements ModelInterface

A BoatModel
(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.

Version:
1.0 Jan 19, 2004
Author:
Peter Jacobs
See Also:
Serialized Form

Constructor Summary
BoatModel()
          constructs a new BoatModel
 
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

BoatModel

public BoatModel()
constructs a new BoatModel

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.