Uses of Class
edu.ubo.satellitebeacons.main.movable.Movable
- 
Packages that use Movable Package Description edu.ubo.satellitebeacons.main.movable Package with all classes related to movables and movements.edu.ubo.satellitebeacons.main.movable.movement edu.ubo.satellitebeacons.main.simulation Package with all classes related to options and graphic of the simulation. - 
- 
Uses of Movable in edu.ubo.satellitebeacons.main.movable
Subclasses of Movable in edu.ubo.satellitebeacons.main.movable Modifier and Type Class Description classBeaconSimulate the beacon behavior.classSatelliteSimulate the satellite behavior. - 
Uses of Movable in edu.ubo.satellitebeacons.main.movable.movement
Methods in edu.ubo.satellitebeacons.main.movable.movement with parameters of type Movable Modifier and Type Method Description voidDownMovement. move(Movable movable)voidLeftMovement. move(Movable movable)voidMovement. move(Movable movable)Move a movable.voidMovementLess. move(Movable movable)voidPrgmMovement. move(Movable movable)voidRightMovement. move(Movable movable)voidSimpleHorizontalMovement. move(Movable movable)voidStackMovement. move(Movable movable)voidUpMovement. move(Movable movable)voidVerticalMovement. move(Movable movable)voidSimpleHorizontalMovement. moveLeft(Movable movable)voidSimpleHorizontalMovement. moveRight(Movable movable) - 
Uses of Movable in edu.ubo.satellitebeacons.main.simulation
Methods in edu.ubo.satellitebeacons.main.simulation with parameters of type Movable Modifier and Type Method Description voidSimulation. addMovable(Movable movable, GMovable gMovable) 
 -