nl.tudelft.simulation.examples.dsol.animation
Class BallModel

java.lang.Object
  extended by nl.tudelft.simulation.examples.dsol.animation.BallModel
All Implemented Interfaces:
Serializable, ModelInterface

public class BallModel
extends Object
implements ModelInterface

Author:
peter
See Also:
Serialized Form

Constructor Summary
BallModel()
          constructs a new BallModel
 
Method Summary
 void constructModel(SimulatorInterface simulator)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BallModel

public BallModel()
constructs a new BallModel

Method Detail

constructModel

public void constructModel(SimulatorInterface simulator)
                    throws SimRuntimeException,
                           RemoteException
Specified by:
constructModel in interface ModelInterface
Throws:
SimRuntimeException
RemoteException
See Also:
#constructModel(SimulatorInterface)


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