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

java.lang.Object
  extended bynl.tudelft.simulation.dsol.tutorial.section44.Ball
      extended bynl.tudelft.simulation.dsol.tutorial.section44.DiscreteBall
All Implemented Interfaces:
nl.tudelft.simulation.dsol.animation.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(nl.tudelft.simulation.dsol.simulators.DEVSSimulatorInterface simulator)
          constructs a new DiscreteBall
 
Method Summary
 nl.tudelft.simulation.language.d3.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(nl.tudelft.simulation.dsol.simulators.DEVSSimulatorInterface simulator)
             throws java.rmi.RemoteException,
                    nl.tudelft.simulation.dsol.SimRuntimeException
constructs a new DiscreteBall

Parameters:
simulator - the simulator
Throws:
java.rmi.RemoteException - on remote failure
nl.tudelft.simulation.dsol.SimRuntimeException - on schedule failure
Method Detail

getLocation

public nl.tudelft.simulation.language.d3.DirectedPoint getLocation()
                                                            throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException
See Also:
#getLocation()


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