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

java.lang.Object
  extended bynl.tudelft.simulation.dsol.tutorial.section44.Ball
      extended bynl.tudelft.simulation.dsol.tutorial.section44.ContinuousBall
All Implemented Interfaces:
nl.tudelft.simulation.dsol.animation.LocatableInterface

public class ContinuousBall
extends Ball

An extension of Ball

Author:
peter

Field Summary
 
Fields inherited from class nl.tudelft.simulation.dsol.tutorial.section44.Ball
destination, origin, RADIUS, rotZ
 
Constructor Summary
ContinuousBall(nl.tudelft.simulation.dsol.simulators.DESSSimulatorInterface simulator)
          constructs a new Ball
 
Method Summary
 nl.tudelft.simulation.language.d3.DirectedPoint getLocation()
           
 void next()
          next move
 
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

ContinuousBall

public ContinuousBall(nl.tudelft.simulation.dsol.simulators.DESSSimulatorInterface simulator)
               throws java.rmi.RemoteException
constructs a new Ball

Parameters:
simulator - the simulator
Throws:
java.rmi.RemoteException - on network exception
Method Detail

getLocation

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

next

public void next()
          throws java.rmi.RemoteException
next move

Throws:
java.rmi.RemoteException - on network failure


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