nl.tudelft.simulation.dsol.tutorial.section44
Class Model

java.lang.Object
  extended bynl.tudelft.simulation.dsol.tutorial.section44.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

Model, the ball example in 3D
(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 10.05.2004
Author:
Roy Chin
See Also:
Serialized Form

Constructor Summary
Model()
          Constructs new Model
 
Method Summary
 void constructModel(nl.tudelft.simulation.dsol.simulators.SimulatorInterface simulator)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Model

public Model()
Constructs new Model

Method Detail

constructModel

public void constructModel(nl.tudelft.simulation.dsol.simulators.SimulatorInterface simulator)
                    throws java.rmi.RemoteException,
                           nl.tudelft.simulation.dsol.SimRuntimeException
Specified by:
constructModel in interface nl.tudelft.simulation.dsol.ModelInterface
Throws:
java.rmi.RemoteException
nl.tudelft.simulation.dsol.SimRuntimeException
See Also:
(nl.tudelft.simulation.dsol.simulators.SimulatorInterface)


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