cz.cuni.amis.pogamut.defcon.communication.worldview.modules.grid.basic
Class SymmetricGridCellId
java.lang.Object
cz.cuni.amis.pogamut.defcon.communication.worldview.modules.grid.basic.SymmetricGridCellId
- All Implemented Interfaces:
- IGridCellId
public class SymmetricGridCellId
- extends Object
- implements IGridCellId
Id for a single square cell of the experimental grid.
- Author:
- Radek 'Black_Hand' Pibil
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
location
protected final Location location
SymmetricGridCellId
public SymmetricGridCellId(float x,
float y)
SymmetricGridCellId
public SymmetricGridCellId(Location location)
getX
public float getX()
- Specified by:
getX in interface IGridCellId
getY
public float getY()
- Specified by:
getY in interface IGridCellId
getLocation
public Location getLocation()
- Specified by:
getLocation in interface IGridCellId
Copyright © 2014 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.