Uses of Class
edu.ubo.satellitebeacons.main.space.Position
-
Packages that use Position Package Description edu.ubo.satellitebeacons.main.event Package with all classes related to events.edu.ubo.satellitebeacons.main.movable Package with all classes related to movables and movements.edu.ubo.satellitebeacons.main.simulation Package with all classes related to options and graphic of the simulation.edu.ubo.satellitebeacons.main.simulation.utils edu.ubo.satellitebeacons.main.space -
-
Uses of Position in edu.ubo.satellitebeacons.main.event
Methods in edu.ubo.satellitebeacons.main.event that return Position Modifier and Type Method Description PositionPositionChangedEvent. getPosition()Constructors in edu.ubo.satellitebeacons.main.event with parameters of type Position Constructor Description PositionChangedEvent(java.lang.Object source, Position position) -
Uses of Position in edu.ubo.satellitebeacons.main.movable
Methods in edu.ubo.satellitebeacons.main.movable that return Position Modifier and Type Method Description PositionMovable. getPosition()Get position of the movable.Methods in edu.ubo.satellitebeacons.main.movable with parameters of type Position Modifier and Type Method Description voidMovable. setPosition(Position position)Set position of the movable.Constructors in edu.ubo.satellitebeacons.main.movable with parameters of type Position Constructor Description Beacon(Position position, Port<Satellite> port)Create a new beacon with the given position and a communicate port.Satellite(Position position, Port<Satellite> port)Create a new satellite with the given position and a communicate port. -
Uses of Position in edu.ubo.satellitebeacons.main.simulation
Methods in edu.ubo.satellitebeacons.main.simulation with parameters of type Position Modifier and Type Method Description voidSimulation. addBeacon(Position p, StackMovement movement)voidSimulation. addSatellite(Position p) -
Uses of Position in edu.ubo.satellitebeacons.main.simulation.utils
Methods in edu.ubo.satellitebeacons.main.simulation.utils with parameters of type Position Modifier and Type Method Description static intUtils. getSatelliteSpeed(Position p)Get satellite speed according to its position. -
Uses of Position in edu.ubo.satellitebeacons.main.space
Methods in edu.ubo.satellitebeacons.main.space that return Position Modifier and Type Method Description PositionPosition. next(Vector vector)Add a vector to the position.PositionPosition. nextX(int x)Add a int on the x axis.PositionPosition. nextY(int y)Add a int on the y axis.PositionPosition. previous(Vector vector)Remove a vector to the position.PositionPosition. previousX(int x)Remove a int on the x axis.PositionPosition. previousY(int y)Remove a int on the y axis.
-