Boeing Simulation 3.1 API Specification

objects
Interface Mover


public interface Mover

All objects that call setLoc on a Movable should implement this interface.

Version:
$Revision: 1.5 $
Author:
Dave Jurgens

Method Summary
 double getMovementRate()
          Returns the rate at which this mover is moving.
 boolean isMoving()
          Returns whether this Mover is currently moving.
 void startMover(objects.Movable movable)
          Starts this mover driving setLoc events on movable.
 void stopMover()
          Stops this mover from driving events, if it currently.
 

Method Detail

startMover

public void startMover(objects.Movable movable)
Starts this mover driving setLoc events on movable.


stopMover

public void stopMover()
Stops this mover from driving events, if it currently. No error is thrown if this is not currently moving.


isMoving

public boolean isMoving()
Returns whether this Mover is currently moving.


getMovementRate

public double getMovementRate()
Returns the rate at which this mover is moving.


Boeing Simulation 3.1 API Specification

To submit a bug or feature email the author of that class. Funding for this research was provided by Boeing and DARPA.