Boeing Simulation 3.1 API Specification

objects
Interface Movable

All Superinterfaces:
Locatable
All Known Subinterfaces:
UAV, UCAV
All Known Implementing Classes:
MovableWhatWhere, MovingObject, SimulatorUAV, SimulatorUCAV, UAVObject, UCAVObject

public interface Movable
extends Locatable

Describes a WhatWhere that is capable of changing its position in the real world.

Version:
$Revision: 1.5 $
Author:
Dave Jurgens

Method Summary
 void setLoc(double xcoord, double ychoord)
          Sets the location of this object to the coordinate arguments.
 void setLoc(objects.Location loc)
          Sets the location of this object to loc.
 
Methods inherited from interface objects.Locatable
getDistance, getLoc, isEastOf, isNorthOf, isSouthOf, isWestOf
 

Method Detail

setLoc

public void setLoc(objects.Location loc)
Sets the location of this object to loc.


setLoc

public void setLoc(double xcoord,
                   double ychoord)
Sets the location of this object to the coordinate arguments.


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.