Uses of Class
microsim.space.SpacePosition
Packages that use SpacePosition
-
Uses of SpacePosition in microsim.space
Methods in microsim.space that return SpacePositionModifier and TypeMethodDescriptionObjectSpaceIterator.getGridPosition()Return the current position.AbstractSpace.getMooreNeighborsPositions(int x, int y) Gets the extended Moore neighbors of the specified coordinate.AbstractSpace.getVonNeumannNeighborsPositions(int x, int y) Gets the extended von Neumann neighbors of the specified coordinate.ObjectSpaceIterator.nextGridPosition()Methods in microsim.space with parameters of type SpacePositionModifier and TypeMethodDescriptionbooleanDenseObjectSpace.addGridPosition(SpacePosition position) Add an object implementing IGridPosition interface to the grid.booleanMultiObjectSpace.addGridPosition(SpacePosition position) Add an object implementing IGridPosition interface to the grid.booleanObjectSpace.addGridPosition(SpacePosition position) booleanSparseObjectSpace.addGridPosition(SpacePosition object) Add an object implementing IGridPosition interface to the grid.intSpacePosition.compareTo(SpacePosition toPos) booleanDenseObjectSpace.moveGridPosition(SpacePosition position, int destinationX, int destinationY) Move a IGridPosition object from its current position to the specified destination, only if the destination cell is empty.booleanMultiObjectSpace.moveGridPosition(SpacePosition position, int destinationX, int destinationY) Move a IGridPosition object from its current position to the specified destination.booleanObjectSpace.moveGridPosition(SpacePosition object, int destinationX, int destinationY) booleanSparseObjectSpace.moveGridPosition(SpacePosition position, int destinationX, int destinationY) Move a IGridPosition object from its current position to the specified destination, only if the destination cell is empty.booleanDenseObjectSpace.removeGridPosition(SpacePosition position) Remove the IGridPosition object from the grid.booleanMultiObjectSpace.removeGridPosition(SpacePosition position) Remove the IGridPosition object from the grid.booleanObjectSpace.removeGridPosition(SpacePosition position) booleanSparseObjectSpace.removeGridPosition(SpacePosition object) Remove the IGridPosition object from the grid.Constructors in microsim.space with parameters of type SpacePosition -
Uses of SpacePosition in microsim.space.turtle
Subclasses of SpacePosition in microsim.space.turtleModifier and TypeClassDescriptionclassAn agent able to move itself upon an object grid.classTO DO Documentation.classAn agent able to move itself upon an object grid.Methods in microsim.space.turtle that return SpacePosition