|
Boeing Simulation 3.1 API Specification | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
All objects that call setLoc on a Movable should implement this interface.
| 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 |
public void startMover(objects.Movable movable)
public void stopMover()
public boolean isMoving()
public double getMovementRate()
|
Boeing Simulation 3.1 API Specification | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||