Uses of Interface
edu.ubo.satellitebeacons.main.movable.movement.Movement
-
Packages that use Movement Package Description edu.ubo.satellitebeacons.main.movable Package with all classes related to movables and movements.edu.ubo.satellitebeacons.main.movable.movement -
-
Uses of Movement in edu.ubo.satellitebeacons.main.movable
Methods in edu.ubo.satellitebeacons.main.movable that return Movement Modifier and Type Method Description MovementMovable. getMovement()Get the movement of the movable.Methods in edu.ubo.satellitebeacons.main.movable with parameters of type Movement Modifier and Type Method Description voidMovable. setMovement(Movement movement)Set the movement of the movable. -
Uses of Movement in edu.ubo.satellitebeacons.main.movable.movement
Subinterfaces of Movement in edu.ubo.satellitebeacons.main.movable.movement Modifier and Type Interface Description interfaceDirectionalMovementMovement which emit a DestinationReachEmitter.Classes in edu.ubo.satellitebeacons.main.movable.movement that implement Movement Modifier and Type Class Description classDownMovementclassHorizontalMovementclassLeftMovementclassMovementLessclassPrgmMovementclassRightMovementclassSimpleHorizontalMovementclassStackMovementclassUpMovementclassVerticalMovementFields in edu.ubo.satellitebeacons.main.movable.movement declared as Movement Modifier and Type Field Description static MovementMovementLess. SINGLETONConstructors in edu.ubo.satellitebeacons.main.movable.movement with parameters of type Movement Constructor Description Node(Movement movement)Node(Movement movement, StackMovement.Node next)
-