nl.tudelft.simulation.examples.dsol.animation.discrete
Class Ball

java.lang.Object
  extended by nl.tudelft.simulation.examples.dsol.animation.Ball
      extended by nl.tudelft.simulation.examples.dsol.animation.discrete.Ball
All Implemented Interfaces:
LocatableInterface

public class Ball
extends Ball

Author:
peter

Field Summary
 
Fields inherited from class nl.tudelft.simulation.examples.dsol.animation.Ball
RADIUS, theta
 
Constructor Summary
Ball(DEVSSimulatorInterface simulator)
          constructs a new Ball
 
Method Summary
 DirectedPoint getLocation()
           
 
Methods inherited from class nl.tudelft.simulation.examples.dsol.animation.Ball
getBounds, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Ball

public Ball(DEVSSimulatorInterface simulator)
     throws RemoteException,
            SimRuntimeException
constructs a new Ball

Parameters:
simulator - the simulator
Throws:
RemoteException - on remote failure
SimRuntimeException - on schedule failure
Method Detail

getLocation

public DirectedPoint getLocation()
                          throws RemoteException
Throws:
RemoteException
See Also:
#getLocation()


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