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

java.lang.Object
  extended by nl.tudelft.simulation.dsol.tutorial.section44.Ball
      extended by nl.tudelft.simulation.dsol.tutorial.section44.DiscreteBall
All Implemented Interfaces:
LocatableInterface

public class DiscreteBall
extends Ball

Author:
peter

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

Constructor Detail

DiscreteBall

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

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.